(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.19 and 1.20

version 1.19, 2005/02/05 22:59:24 version 1.20, 2005/10/31 18:19:27
Line 47 
Line 47 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   struct StringRep;
   
 /** This union is used to represent the values of properties, qualifiers, /** This union is used to represent the values of properties, qualifiers,
     method return values, and method arguments. All of the types     method return values, and method arguments. All of the types
     defined in CIMType.h are represented by a Union. The     defined in CIMType.h are represented by a Union. The
Line 66 
Line 68 
     Real32 _real32Value;     Real32 _real32Value;
     Real64 _real64Value;     Real64 _real64Value;
     Uint16 _char16Value;     Uint16 _char16Value;
     String* _stringValue;      char _stringValue[sizeof(String)];
     CIMDateTime* _dateTimeValue;     CIMDateTime* _dateTimeValue;
     CIMObjectPath* _referenceValue;     CIMObjectPath* _referenceValue;
     CIMObject* _objectValue;     CIMObject* _objectValue;
Line 83 
Line 85 
     Array<Real32>* _real32Array;     Array<Real32>* _real32Array;
     Array<Real64>* _real64Array;     Array<Real64>* _real64Array;
     Array<Char16>* _char16Array;     Array<Char16>* _char16Array;
     Array<String>* _stringArray;      char _stringArray[sizeof(Array<String>)];
     Array<CIMDateTime>* _dateTimeArray;     Array<CIMDateTime>* _dateTimeArray;
     Array<CIMObjectPath>* _referenceArray;     Array<CIMObjectPath>* _referenceArray;
     Array<CIMObject>* _objectArray;     Array<CIMObject>* _objectArray;


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2