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

Diff for /pegasus/src/Pegasus/Common/CIMDateTime.cpp between version 1.71 and 1.72

version 1.71, 2006/09/14 20:11:13 version 1.72, 2006/09/15 17:19:57
Line 37 
Line 37 
 #include "CIMDateTime.h" #include "CIMDateTime.h"
 #include "Exception.h" #include "Exception.h"
 #include "PegasusAssert.h" #include "PegasusAssert.h"
   #include <time.h>
  
 #if defined(PEGASUS_OS_TYPE_UNIX) || defined(PEGASUS_OS_VMS) #if defined(PEGASUS_OS_TYPE_UNIX) || defined(PEGASUS_OS_VMS)
 # include <sys/time.h> # include <sys/time.h>
Line 44 
Line 45 
 # include <sstream> # include <sstream>
 # include <iomanip> # include <iomanip>
 # include <windows.h> # include <windows.h>
 # include <time.h>  
 #else #else
 # error "unsupported platform" # error "unsupported platform"
 #endif #endif


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2