(file) Return to packing.h CVS log (file) (dir) Up to [OMI] / omi / base

Diff for /omi/base/packing.h between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:09 version 1.3, 2015/04/20 18:19:50
Line 49 
Line 49 
 MI_Result Instance_Pack( MI_Result Instance_Pack(
     const MI_Instance* self,     const MI_Instance* self,
     MI_Boolean keysOnly,     MI_Boolean keysOnly,
     MI_Boolean (*filterProperty)(const MI_Char* name, void* data),      MI_Boolean (*filterProperty)(const ZChar* name, void* data),
     void* filterPropertyData,     void* filterPropertyData,
     Buf* buf);     Buf* buf);
  
Line 97 
Line 97 
 */ */
 MI_Result InstanceToBatch( MI_Result InstanceToBatch(
     const MI_Instance* instance,     const MI_Instance* instance,
     MI_Boolean (*filterProperty)(const MI_Char* name, void* data),      MI_Boolean (*filterProperty)(const ZChar* name, void* data),
     void* filterPropertyData,     void* filterPropertyData,
     Batch* batch,     Batch* batch,
     void** ptrOut,     void** ptrOut,


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2