(file) Return to CIMDateTime.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMDateTime.h between version 1.36 and 1.37

version 1.36, 2003/10/27 19:48:06 version 1.37, 2004/05/05 12:51:27
Line 31 
Line 31 
 //              Roger Kumpf, Hewlett Packard Company (roger_kumpf@hp.com) //              Roger Kumpf, Hewlett Packard Company (roger_kumpf@hp.com)
 //              Carol Ann Krug Graves, Hewlett-Packard Company //              Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   //              Amit K Arora (amita@in.ibm.com) for PEP-101
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 40 
Line 41 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/AutoPtr.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 116 
Line 118 
     */     */
     CIMDateTime(const CIMDateTime& x);     CIMDateTime(const CIMDateTime& x);
  
     /** CIMDateTime destructor. */  
     ~CIMDateTime();  
  
     /** Assigns one instance of the CIMDateTime object to another.     /** Assigns one instance of the CIMDateTime object to another.
         @param x  The CIMDateTime Object to assign to the CIMDateTime object.         @param x  The CIMDateTime Object to assign to the CIMDateTime object.
Line 207 
Line 207 
  
 private: private:
  
     CIMDateTimeRep* _rep;      AutoPtr<CIMDateTimeRep> _rep;//PEP101
     Boolean _set(const String & dateTimeStr);     Boolean _set(const String & dateTimeStr);
 }; };
 /** /**


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2