(file) Return to Union.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Union.h between version 1.24 and 1.25

version 1.24, 2006/11/10 18:14:58 version 1.25, 2008/10/01 04:46:17
Line 63 
Line 63 
     char _dateTimeValue[sizeof(void*)];     char _dateTimeValue[sizeof(void*)];
     char _referenceValue[sizeof(void*)];     char _referenceValue[sizeof(void*)];
     char _objectValue[sizeof(void*)];     char _objectValue[sizeof(void*)];
 #ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
     char _instanceValue[sizeof(void*)];     char _instanceValue[sizeof(void*)];
 #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
  
     char _booleanArray[sizeof(void*)];     char _booleanArray[sizeof(void*)];
     char _uint8Array[sizeof(void*)];     char _uint8Array[sizeof(void*)];
Line 83 
Line 81 
     char _dateTimeArray[sizeof(void*)];     char _dateTimeArray[sizeof(void*)];
     char _referenceArray[sizeof(void*)];     char _referenceArray[sizeof(void*)];
     char _objectArray[sizeof(void*)];     char _objectArray[sizeof(void*)];
 #ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
     char _instanceArray[sizeof(void*)];     char _instanceArray[sizeof(void*)];
 #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
     void* _voidPtr;     void* _voidPtr;
 }; };
  


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2