(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.56 and 1.56.2.5

version 1.56, 2009/06/10 16:23:40 version 1.56.2.5, 2009/08/17 13:47:45
Line 39 
Line 39 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class CIMDateTimeRep; class CIMDateTimeRep;
   class CMPISCMOUtilities;
  
 /** /**
     The CIMDateTime class represents the CIM datetime data type as a C++ class     The CIMDateTime class represents the CIM datetime data type as a C++ class
Line 534 
Line 535 
 private: private:
     CIMDateTimeRep* _rep;     CIMDateTimeRep* _rep;
     CIMDateTime(CIMDateTimeRep*);     CIMDateTime(CIMDateTimeRep*);
       CIMDateTime(const CIMDateTimeRep*);
  
     friend class CIMBuffer;     friend class CIMBuffer;
       friend class SCMOClass;
       friend class SCMODump;
       friend class SCMOInstance;
       friend class CMPISCMOUtilities;
 }; };
  
 /** Compares two CIMDateTime objects and returns true if they represent the /** Compares two CIMDateTime objects and returns true if they represent the


Legend:
Removed from v.1.56  
changed lines
  Added in v.1.56.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2