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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/snmpIndicationHandler.cpp between version 1.32 and 1.33

version 1.32, 2006/08/11 19:47:07 version 1.33, 2006/08/15 17:24:21
Line 350 
Line 350 
  
 PEGASUS_USING_PEGASUS; PEGASUS_USING_PEGASUS;
  
 // This is the dynamic entry point into this dynamic module. The name of  // This is the entry point into this dynamic module.
 // this handler is "snmpIndicationHandler" which is appended to "PegasusCreateHandler_"  
 // to form a symbol name. This function is called by the HandlerTable  
 // to load this handler.  
  
 extern "C" PEGASUS_EXPORT  extern "C" PEGASUS_EXPORT CIMHandler* PegasusCreateHandler(
 CIMHandler* PegasusCreateHandler_snmpIndicationHandler()      const String& handlerName)
   {
       if (handlerName == "snmpIndicationHandler")
 { {
     return new snmpIndicationHandler;     return new snmpIndicationHandler;
 } }
   
       return 0;
   }


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2