(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.17 and 1.18

version 1.17, 2004/10/17 20:39:18 version 1.18, 2004/11/29 18:48:20
Line 28 
Line 28 
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
   //              Dave Sudlik, IBM (dsudlik@us.ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 39 
Line 40 
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/CIMDateTime.h> #include <Pegasus/Common/CIMDateTime.h>
 #include <Pegasus/Common/CIMObjectPath.h> #include <Pegasus/Common/CIMObjectPath.h>
   #include <Pegasus/Common/CIMObject.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 65 
Line 67 
     String* _stringValue;     String* _stringValue;
     CIMDateTime* _dateTimeValue;     CIMDateTime* _dateTimeValue;
     CIMObjectPath* _referenceValue;     CIMObjectPath* _referenceValue;
       CIMObject* _objectValue;
  
     Array<Boolean>* _booleanArray;     Array<Boolean>* _booleanArray;
     Array<Uint8>* _uint8Array;     Array<Uint8>* _uint8Array;
Line 81 
Line 84 
     Array<String>* _stringArray;     Array<String>* _stringArray;
     Array<CIMDateTime>* _dateTimeArray;     Array<CIMDateTime>* _dateTimeArray;
     Array<CIMObjectPath>* _referenceArray;     Array<CIMObjectPath>* _referenceArray;
       Array<CIMObject>* _objectArray;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2