(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.5 and 1.6

version 1.5, 2001/05/24 00:48:35 version 1.6, 2001/06/03 17:05:03
Line 101 
Line 101 
     CIMDateTime();     CIMDateTime();
  
     /** CIMDateTime CIMMethod creates the CIM CIMDateTime from a string     /** CIMDateTime CIMMethod creates the CIM CIMDateTime from a string
         constant.          constant representing the CIM DateTime formatted datetime
           @param str String object containing the CIM DateTime formatted string
     */     */
     CIMDateTime(const char* str);     CIMDateTime(const char* str);
  
     /** CIMDateTime CIMMethod - Creates the CIMDateTime instance from another     /** CIMDateTime CIMMethod - Creates the CIMDateTime instance from another
         CIMDateTime instance          CIMDateTime object
           @param x CIMDateTime object to be copied.
     */     */
     CIMDateTime(const CIMDateTime& x);     CIMDateTime(const CIMDateTime& x);
  
     /** Destructor. */     /** Destructor. */
     ~CIMDateTime() { }     ~CIMDateTime() { }
  
     /** CIMDateTime method again      /**  assign CIMDateTime
     */     */
     CIMDateTime& operator=(const CIMDateTime& x);     CIMDateTime& operator=(const CIMDateTime& x);
  
Line 146 
Line 148 
     */     */
     void set(const char* str);     void set(const char* str);
  
     /// CIMDateTime method clear - Clears the datetime class instance.      ///  clear - Clears the datetime class instance.
     void clear();     void clear();
  
     /** CIMDateTime CIMMethod - ATTN: Friend operator Test for CIMDateTime     /** CIMDateTime CIMMethod - ATTN: Friend operator Test for CIMDateTime


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2