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

Diff for /pegasus/src/Pegasus/Server/CIMServer.cpp between version 1.222 and 1.223

version 1.222, 2008/02/12 19:25:42 version 1.223, 2008/02/20 09:46:33
Line 507 
Line 507 
     getSigHandle()->registerHandler(SIGIO, _asynchronousSignalHandler);     getSigHandle()->registerHandler(SIGIO, _asynchronousSignalHandler);
     getSigHandle()->activate(SIGIO);     getSigHandle()->activate(SIGIO);
 #endif #endif
   #ifdef PEGASUS_OS_ZOS
       // Establish handling signal send to us on USS shutdown
       getSigHandle()->registerHandler(PEGASUS_SIGDANGER, shutdownSignalHandler);
       getSigHandle()->activate(PEGASUS_SIGDANGER);
       // enable process to receive SIGDANGER on USS shutdown
       __shutdown_registration(_SDR_NOTIFY, _SDR_REGPROCESS, _SDR_SENDSIGDANGER);
   #endif
  
     //     //
     // Set up an additional thread waiting for commands from the     // Set up an additional thread waiting for commands from the


Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2