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

Diff for /pegasus/src/Server/cimserver.cpp between version 1.211.2.2 and 1.211.2.3

version 1.211.2.2, 2007/09/13 00:31:48 version 1.211.2.3, 2007/09/14 03:23:16
Line 438 
Line 438 
     // Set Message loading to process locale     // Set Message loading to process locale
     MessageLoader::_useProcessLocale = true;     MessageLoader::_useProcessLocale = true;
  
   #if defined(PEGASUS_OS_VXWORKS)
       // On VxWorks, run cimserver from /romfs (read-only file system).
       chdir("/romfs");
   #endif
   
 #ifdef PEGASUS_OS_ZOS #ifdef PEGASUS_OS_ZOS
     // Direct standard input to /dev/null,     // Direct standard input to /dev/null,
     close(STDIN_FILENO);     close(STDIN_FILENO);


Legend:
Removed from v.1.211.2.2  
changed lines
  Added in v.1.211.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2