(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.11 and 1.12

version 1.11, 2002/04/01 19:06:03 version 1.12, 2002/05/15 23:14:21
Line 33 
Line 33 
 #include <Pegasus/Common/CIMType.h> #include <Pegasus/Common/CIMType.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/CIMDateTime.h> #include <Pegasus/Common/CIMDateTime.h>
 #include <Pegasus/Common/CIMReference.h>  #include <Pegasus/Common/CIMObjectPath.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 59 
Line 59 
     Uint16 _char16Value;     Uint16 _char16Value;
     String* _stringValue;     String* _stringValue;
     CIMDateTime* _dateTimeValue;     CIMDateTime* _dateTimeValue;
     CIMReference* _referenceValue;      CIMObjectPath* _referenceValue;
  
     ArrayRep<Boolean>* _booleanArray;     ArrayRep<Boolean>* _booleanArray;
     ArrayRep<Uint8>* _uint8Array;     ArrayRep<Uint8>* _uint8Array;
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;      ArrayRep<CIMObjectPath>* _referenceArray;
  
     void* _voidPtr;     void* _voidPtr;
 }; };


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2