(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.77.16.1 and 1.77.16.2

version 1.77.16.1, 2007/09/11 16:32:42 version 1.77.16.2, 2007/09/12 07:18:42
Line 1532 
Line 1532 
     struct timezone tz;     struct timezone tz;
 #endif #endif
     gettimeofday(&tv, &tz);     gettimeofday(&tv, &tz);
   
   printf("tv_sec[%ld]\n", (long)tv.tv_sec);
   
     sec = tv.tv_sec;     sec = tv.tv_sec;
     usec = Uint64(tv.tv_usec);     usec = Uint64(tv.tv_usec);
  


Legend:
Removed from v.1.77.16.1  
changed lines
  Added in v.1.77.16.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2