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

Diff for /pegasus/src/Pegasus/Server/ShutdownProvider.h between version 1.14 and 1.15

version 1.14, 2006/11/14 18:34:59 version 1.15, 2006/11/15 20:37:30
Line 77 
Line 77 
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
     }     }
  
     void terminate()      // Note:  The initialize() and terminate() methods are not called for
     {      // Control Providers.
         PEG_METHOD_ENTER(TRC_SHUTDOWN,"ShutdownProvider::terminate");      void initialize(CIMOMHandle& cimomHandle) { }
         delete this;      void terminate() { }
         PEG_METHOD_EXIT();  
     }  
  
     /**     /**
         Invoke Method.  Used to shutdown cimom.         Invoke Method.  Used to shutdown cimom.
Line 94 
Line 92 
         const Array<CIMParamValue>& inParameters,         const Array<CIMParamValue>& inParameters,
         MethodResultResponseHandler& handler);         MethodResultResponseHandler& handler);
  
     /**  
         Standard initialization function for the provider.  
     */  
     void initialize(CIMOMHandle& cimomHandle)  
     {  
         // This method should never be called, since this is an internal  
         // control provider  
     }  
   
 private: private:
  
     //     //


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2