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

Diff for /pegasus/src/Pegasus/Common/CIMDateTimeRep.h between version 1.1 and 1.2

version 1.1, 2009/06/10 16:23:40 version 1.2, 2009/12/15 11:39:33
Line 34 
Line 34 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /** This class defines the internal representation of the CIMDateTime class.  /** This struct defines the internal representation of the CIMDateTime class.
     The CIMDateTimeRep is a private memeber of CIMDateTime class.     The CIMDateTimeRep is a private memeber of CIMDateTime class.
 */ */
 class CIMDateTimeRep  struct CIMDateTimeRep
 { {
 public:  
   
     // Number of microseconds elapsed since January 1, 1 BCE.     // Number of microseconds elapsed since January 1, 1 BCE.
     Uint64 usec;     Uint64 usec;
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2