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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/snmpIndicationHandler.h between version 1.5 and 1.6

version 1.5, 2002/06/01 00:57:11 version 1.6, 2003/07/22 21:31:45
Line 23 
Line 23 
 // //
 // Author: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com) // Author: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
 // //
 // Modified By:  // Modified By: Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 37 
Line 37 
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
  
 //#define DDD(X) X  
 #define DDD(X) // X  
   
 DDD(static const char* _SNMPINDICATIONHANDLER = "snmpIndicationHandler::";)  
   
 class PEGASUS_HANDLER_LINKAGE snmpIndicationHandler: public CIMHandler class PEGASUS_HANDLER_LINKAGE snmpIndicationHandler: public CIMHandler
 { {
 public: public:
Line 50 
Line 45 
  
     snmpIndicationHandler()     snmpIndicationHandler()
     {     {
         DDD(cout << _SNMPINDICATIONHANDLER << "snmpIndicationHandler()" << endl;)  
     }     }
  
     virtual ~snmpIndicationHandler()     virtual ~snmpIndicationHandler()
     {     {
         DDD(cout << _SNMPINDICATIONHANDLER << "~snmpIndicationHandler()" << endl;)  
     }     }
  
     void initialize(CIMRepository* repository);     void initialize(CIMRepository* repository);
  
     void terminate()     void terminate()
     {     {
         DDD(cout << _SNMPINDICATIONHANDLER << "terminate()" << endl;)  
     }     }
  
     void handleIndication(     void handleIndication(


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2