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

Diff for /pegasus/src/Pegasus/Common/SystemWindows.cpp between version 1.26 and 1.26.8.1

version 1.26, 2002/08/29 00:27:52 version 1.26.8.1, 2002/12/04 17:54:04
Line 66 
Line 66 
 String System::getCurrentASCIITime() String System::getCurrentASCIITime()
 { {
     char tmpbuf[128];     char tmpbuf[128];
     _strtime( tmpbuf );  
     String time = tmpbuf;  
     _strdate( tmpbuf );     _strdate( tmpbuf );
     time.append("-");      String date = tmpbuf;
     time.append(tmpbuf);      _strtime( tmpbuf );
     return time;      date.append("-");
       date.append(tmpbuf);
       return date;
 } }
  
 void System::sleep(Uint32 seconds) void System::sleep(Uint32 seconds)


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2