(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.28 and 1.29

version 1.28, 2003/02/21 23:52:18 version 1.29, 2003/03/13 20:25:36
Line 27 
Line 27 
 // //
 //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com) //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com)
 // //
   // Modified By: Dave Rosckes (rosckes@us.ibm.com)
   //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "System.h" #include "System.h"
Line 294 
Line 296 
   return (strcasecmp(_fullpath( full, path, _MAX_PATH ), path) == 0) ? true : false;   return (strcasecmp(_fullpath( full, path, _MAX_PATH ), path) == 0) ? true : false;
 } }
  
   void System::openlog(const String ident)
   {
       return;
   }
   
   void System::syslog(Uint32 severity, const char *data)
   {
       return;
   }
   
   void System::closelog()
   {
       return;
   }
   
   // System ID constants for Logger::put and Logger::trace
   const String System::CIMSERVER = "cimserver";  // Server system ID
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2