mmserv/tms/inc/tmsclientserver.h
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 18 2eb3b066cc7d
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
   126     {
   126     {
   127     gint iRequest;
   127     gint iRequest;
   128     gint iStatus;
   128     gint iStatus;
   129     gboolean iBool;
   129     gboolean iBool;
   130     gint iInt;
   130     gint iInt;
       
   131     gint iInt2;
   131     gint64 iInt64;
   132     gint64 iInt64;
   132     guint iUint;
   133     guint iUint;
   133     guint32 iUint32;
   134     guint32 iUint32;
   134     };
   135     };
   135 typedef TPckgBuf<TmsMsgBuf> TmsMsgBufPckg;
   136 typedef TPckgBuf<TmsMsgBuf> TmsMsgBufPckg;