00001 /* This file is auto-generated from "cmdrequest.xml" by the typemaker 00002 tool of Gwenhywfar. 00003 Do not edit this file -- all changes will be lost! */ 00004 #ifndef CMDREQUEST_L_H 00005 #define CMDREQUEST_L_H 00006 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 typedef struct LCCMD_CMDREQUEST LCCMD_CMDREQUEST; 00015 00016 #ifdef __cplusplus 00017 } /* __cplusplus */ 00018 #endif 00019 00020 #include <gwenhywfar/misc.h> 00021 #include <gwenhywfar/misc.h> 00022 #include <gwenhywfar/db.h> 00023 #include <gwenhywfar/types.h> 00024 #include <gwenhywfar/gwentime.h> 00025 #include <gwenhywfar/xml.h> 00026 00027 #ifdef __cplusplus 00028 extern "C" { 00029 #endif 00030 00031 00032 GWEN_LIST_FUNCTION_DEFS(LCCMD_CMDREQUEST, LCCMD_CmdRequest) 00033 LCCMD_CMDREQUEST_LIST *LCCMD_CmdRequest_List_dup(const LCCMD_CMDREQUEST_LIST *stl); 00034 LCCMD_CMDREQUEST *LCCMD_CmdRequest_new(); 00035 void LCCMD_CmdRequest_free(LCCMD_CMDREQUEST *st); 00036 void LCCMD_CmdRequest_Attach(LCCMD_CMDREQUEST *st); 00037 LCCMD_CMDREQUEST *LCCMD_CmdRequest_dup(const LCCMD_CMDREQUEST*st);LCCMD_CMDREQUEST *LCCMD_CmdRequest_fromDb(GWEN_DB_NODE *db);int LCCMD_CmdRequest_toDb(const LCCMD_CMDREQUEST*st, GWEN_DB_NODE *db);int LCCMD_CmdRequest_IsModified(const LCCMD_CMDREQUEST *st); 00038 void LCCMD_CmdRequest_SetModified(LCCMD_CMDREQUEST *st, int i); 00039 00043 GWEN_TYPE_UINT32 LCCMD_CmdRequest_GetRequestId(const LCCMD_CMDREQUEST *el); 00047 void LCCMD_CmdRequest_SetRequestId(LCCMD_CMDREQUEST *el, GWEN_TYPE_UINT32 d); 00048 00052 const GWEN_TIME *LCCMD_CmdRequest_GetRequestTime(const LCCMD_CMDREQUEST *el); 00056 void LCCMD_CmdRequest_SetRequestTime(LCCMD_CMDREQUEST *el, const GWEN_TIME *d); 00057 00061 GWEN_XMLNODE *LCCMD_CmdRequest_GetCmdNode(const LCCMD_CMDREQUEST *el); 00065 void LCCMD_CmdRequest_SetCmdNode(LCCMD_CMDREQUEST *el, GWEN_XMLNODE *d); 00066 00067 00068 #ifdef __cplusplus 00069 } /* __cplusplus */ 00070 #endif 00071 00072 00073 #endif /* CMDREQUEST_L_H */
1.5.3