(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.27 and 1.28

version 1.27, 2002/06/03 19:33:29 version 1.28, 2002/06/03 22:42:04
Line 152 
Line 152 
     */     */
     Boolean isNull() const;     Boolean isNull() const;
  
     /** getString - Returns the string representing the DateTime value of the      /*  ATTN: P3 KS.  This simply returns a string whether the datetime is a
         CIMDateTime Object.  
         ATTN: P3 KS.  This simply returns a string whether the datetime is a  
         real value or the NULL value.  It is up to the user to test.  Should         real value or the NULL value.  It is up to the user to test.  Should
         this be modified so we do something like an interupt on NULL?         this be modified so we do something like an interupt on NULL?
     */     */
       /** getString - Returns the string representing the DateTime value of the
           CIMDateTime Object.
       */
     const char* getString() const;     const char* getString() const;
  
     /** method set - Sets the date time. Creates the CIMDateTime instance from     /** method set - Sets the date time. Creates the CIMDateTime instance from
Line 231 
Line 232 
     */     */
     static void formatDateTime(char* dateTime, tm* tm);     static void formatDateTime(char* dateTime, tm* tm);
  
     /** CIMDateTime - ATTN: Friend operator Test for CIMDateTime      // ATTN
       /** CIMDateTime - Friend operator Test for CIMDateTime
         equality         equality
     */     */
     PEGASUS_COMMON_LINKAGE friend Boolean operator==(     PEGASUS_COMMON_LINKAGE friend Boolean operator==(


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2