(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.22 and 1.23

version 1.22, 2006/01/30 16:17:08 version 1.23, 2006/05/02 20:26:59
Line 69 
Line 69 
     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*)];
   #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT
  
     char _booleanArray[sizeof(void*)];     char _booleanArray[sizeof(void*)];
     char _uint8Array[sizeof(void*)];     char _uint8Array[sizeof(void*)];
Line 86 
Line 89 
     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*)];
   #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT
     void* _voidPtr;     void* _voidPtr;
 }; };
  


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2