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

Diff for /pegasus/src/Service/ServerProcess.h between version 1.5 and 1.6

version 1.5, 2006/01/30 16:19:34 version 1.6, 2006/07/27 10:50:40
Line 107 
Line 107 
  
     int cimserver_initialize(void);     int cimserver_initialize(void);
  
       // Currently (07/27/06) this function is only used by
       // pegasus/src/Pegasus/DynListener/Service/cimlistener.cpp
       // in the cimlistener it is used to wait for a signal
       // to shutdown
   
       // if PEGASUS_HAS_SIGNALS is defined this function waits in a sigwait
       // for either a SIGHUP or a SIGTERM and does not return before
   
       // if PEGASUS_HAS_SIGNALS is NOT defined this function is a noop function
       // returning immediately with -1
     int cimserver_wait(void);     int cimserver_wait(void);
  
     String getHome(void);     String getHome(void);


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2