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

Diff for /pegasus/src/Pegasus/Handler/CIMHandler.h between version 1.12 and 1.13

version 1.12, 2006/01/30 16:17:51 version 1.13, 2006/11/14 18:34:51
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)  
 //  
 // Modified By: Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef PegasusHandler_Handler_h #ifndef PegasusHandler_Handler_h
Line 60 
Line 56 
     // will look into Handler Table to load the appropriate handler. If     // will look into Handler Table to load the appropriate handler. If
     // handler is already loaded then IndicationDispatcher will call this     // handler is already loaded then IndicationDispatcher will call this
     // method implemented in handler.     // method implemented in handler.
 // l10n  
      virtual void handleIndication(      virtual void handleIndication(
         const OperationContext& context,         const OperationContext& context,
         const String nameSpace,         const String nameSpace,
Line 69 
Line 64 
         CIMInstance& indicationSubscriptionInstance,         CIMInstance& indicationSubscriptionInstance,
         ContentLanguageList& contentLanguages) = 0;         ContentLanguageList& contentLanguages) = 0;
  
     // These are the method to initialize and terminate handler. Actual need and      // These are the method to initialize and terminate handler. Actual need
     // implementation way these methods are yet to be finalized.      // and implementation way these methods are yet to be finalized.
  
     virtual void initialize(CIMRepository* repository) = 0;     virtual void initialize(CIMRepository* repository) = 0;
     virtual void terminate() = 0;     virtual void terminate() = 0;


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2