(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.57

version 1.56, 2009/06/10 16:23:40 version 1.57, 2009/12/15 11:39:33
Line 38 
Line 38 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class CIMDateTimeRep;  struct 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.57

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2