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

Diff for /pegasus/src/Server/Attic/cimserver_windows.cpp between version 1.20 and 1.21

version 1.20, 2002/08/29 00:27:52 version 1.21, 2002/09/18 22:43:20
Line 25 
Line 25 
 // //
 // Modified By: Mary Hinton (m.hinton@verizon.net) // Modified By: Mary Hinton (m.hinton@verizon.net)
 //              Sushma Fernandes (sushma_fernandes@hp.com) //              Sushma Fernandes (sushma_fernandes@hp.com)
   //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 59 
Line 60 
 int cimserver_kill( ) { return(0); } int cimserver_kill( ) { return(0); }
 Boolean isCIMServerRunning( ) { return(false); } Boolean isCIMServerRunning( ) { return(false); }
  
   // notify parent process to terminate so user knows that cimserver
   // is ready to serve CIM requests. If this plateform needs to implement
   // this functionality, please see sample implementation in cimserver_unix.cpp
   void notify_parent(void)
   {
   }
   
 static void __cdecl cimserver_windows_thread(void *parm) static void __cdecl cimserver_windows_thread(void *parm)
 { {
  


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2