(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.5 and 1.10

version 1.5, 2001/06/16 17:30:38 version 1.10, 2002/02/20 23:14:19
Line 22 
Line 22 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 57 
Line 57 
     Real32 _real32Value;     Real32 _real32Value;
     Real64 _real64Value;     Real64 _real64Value;
     Uint16 _char16Value;     Uint16 _char16Value;
     String* _stringValue;      Uint8 _stringValue[sizeof(String)];
     CIMDateTime* _dateTimeValue;     CIMDateTime* _dateTimeValue;
     CIMReference* _referenceValue;     CIMReference* _referenceValue;
  
Line 75 
Line 75 
     ArrayRep<Char16>* _char16Array;     ArrayRep<Char16>* _char16Array;
     ArrayRep<String>* _stringArray;     ArrayRep<String>* _stringArray;
     ArrayRep<CIMDateTime>* _dateTimeArray;     ArrayRep<CIMDateTime>* _dateTimeArray;
       ArrayRep<CIMReference>* _referenceArray;
  
     void* _voidPtr;     void* _voidPtr;
 }; };


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2