(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.19 and 1.20

version 1.19, 2002/05/01 21:47:44 version 1.20, 2002/05/01 22:08:15
Line 34 
Line 34 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
   #include <time.h>
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
 #include <iostream> #include <iostream>
 #endif #endif
Line 208 
Line 209 
  
 //#ifdef PEGASUS_INTERNALONLY //#ifdef PEGASUS_INTERNALONLY
 private: private:
   
     enum { FORMAT_LENGTH = 25 };     enum { FORMAT_LENGTH = 25 };
  
     //     //
Line 237 
Line 237 
  
        @param tm           Contains the tm structure to be updated.        @param tm           Contains the tm structure to be updated.
     */     */
     static void formatDateTime(char* dateTime, struct 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


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2