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

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

version 1.2, 2015/04/20 18:10:10 version 1.3, 2015/04/20 18:19:50
Line 30 
Line 30 
  
 BEGIN_EXTERNC BEGIN_EXTERNC
  
 extern const char* __typeNames[32];  extern const MI_Char* __typeNames[32];
 extern MI_Uint8 __typeSizes[32]; extern MI_Uint8 __typeSizes[32];
  
 INLINE const char* Type_NameOf(MI_Type type)  INLINE const MI_Char* Type_NameOf(MI_Type type)
 { {
     MI_Uint32 i = (MI_Uint32)type;     MI_Uint32 i = (MI_Uint32)type;
     DEBUG_ASSERT(i < 32);     DEBUG_ASSERT(i < 32);


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

ViewCVS 0.9.2