(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.4 and 1.5

version 1.4, 2002/07/26 20:01:19 version 1.5, 2003/07/25 17:33:41
Line 32 
Line 32 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/CIMObject.h> #include <Pegasus/Common/CIMObject.h>
   #include <Pegasus/Common/ContentLanguages.h>
 #include <Pegasus/Repository/CIMRepository.h> #include <Pegasus/Repository/CIMRepository.h>
 #include <Pegasus/Handler/Linkage.h> #include <Pegasus/Handler/Linkage.h>
  
Line 50 
Line 51 
     // 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(
         CIMInstance& indicationHandlerInstance,         CIMInstance& indicationHandlerInstance,
         CIMInstance& indicationInstance,         CIMInstance& indicationInstance,
         String nameSpace) = 0;          String nameSpace,
           ContentLanguages& 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 and
     // implementation way these methods are yet to be finalized.     // implementation way these methods are yet to be finalized.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2