Go to the documentation of this file.00001 #ifndef TIMESPLTYPES_H
00002 #define TIMESPLTYPES_H
00003
00004 #include "ccpp_Time.h"
00005
00006 #include <c_base.h>
00007 #include <c_misc.h>
00008 #include <c_sync.h>
00009 #include <c_collection.h>
00010 #include <c_field.h>
00011
00012 extern c_metaObject __Time__load (c_base base);
00013 extern char * __Time__keys (void);
00014 extern char * __Time__name (void);
00015 struct _Time ;
00016 extern c_bool __Time__copyIn(c_base base, struct Time *from, struct _Time *to);
00017 extern void __Time__copyOut(void *_from, void *_to);
00018 struct _Time {
00019 c_long sec;
00020 c_long nsec;
00021 };
00022
00023 #endif