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

Diff for /pegasus/src/Service/ServerProcessUnix.cpp between version 1.6 and 1.7

version 1.6, 2005/11/30 20:56:58 version 1.7, 2006/01/13 20:53:31
Line 508 
Line 508 
  
  
 // Platform specific run // Platform specific run
 int ServerProcess::platform_run( int argc, char** argv, Boolean shutdownOption )  int ServerProcess::platform_run(
       int argc,
       char** argv,
       Boolean shutdownOption,
       Boolean debugOutputOption)
 { {
     return cimserver_run( argc, argv, shutdownOption );      return cimserver_run(argc, argv, shutdownOption, debugOutputOption);
 } }
   
   
   
   
   
   


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2