(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.20 and 1.21

version 1.20, 2002/05/01 22:08:15 version 1.21, 2002/05/03 01:37:32
Line 207 
Line 207 
     */     */
     Boolean isInterval();     Boolean isInterval();
  
 //#ifdef PEGASUS_INTERNALONLY  
 private: private:
   
     enum { FORMAT_LENGTH = 25 };     enum { FORMAT_LENGTH = 25 };
  
       char _rep[FORMAT_LENGTH + 1];
   
   #ifdef PEGASUS_INTERNALONLY
     //     //
     // Length of the string required to store only the date and time without     // Length of the string required to store only the date and time without
     // the UTC sign and UTC offset.     // the UTC sign and UTC offset.
Line 227 
Line 230 
  
     Boolean _set(const char* str);     Boolean _set(const char* str);
  
     char _rep[FORMAT_LENGTH + 1];  
   
     /**     /**
        This function extracts the different components of the date and time        This function extracts the different components of the date and time
        from the string passed and assigns it to the tm structure.        from the string passed and assigns it to the tm structure.
Line 238 
Line 239 
        @param tm           Contains the tm structure to be updated.        @param tm           Contains the tm structure to be updated.
     */     */
     static void formatDateTime(char* dateTime, tm* tm);     static void formatDateTime(char* dateTime, tm* tm);
 //#endif  #endif
  
     /** CIMDateTime - ATTN: Friend operator Test for CIMDateTime     /** CIMDateTime - ATTN: Friend operator Test for CIMDateTime
         equality         equality


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2