(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.52 and 1.53

version 1.52, 2005/05/10 14:50:54 version 1.53, 2005/05/20 21:09:45
Line 844 
Line 844 
     return true;     return true;
 } }
  
 void System::openlog(const String &ident)  void System::syslog(const String& ident, Uint32 severity, const char* message)
 { {
     return;      // Not implemented
 }  
   
 void System::syslog(Uint32 severity, const char *data)  
 {  
     return;  
 }  
   
 void System::closelog()  
 {  
     return;  
 } }
  
 // System ID constants for Logger::put and Logger::trace // System ID constants for Logger::put and Logger::trace


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2