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

Diff for /pegasus/src/Pegasus/HandlerService/IndicationHandlerService.cpp between version 1.58 and 1.59

version 1.58, 2006/08/16 23:32:07 version 1.59, 2006/08/18 17:37:50
Line 400 
Line 400 
        handlerId = String("SystemLogListenerDestination");        handlerId = String("SystemLogListenerDestination");
    else if (className.equal (PEGASUS_CLASSNAME_LSTNRDST_EMAIL))    else if (className.equal (PEGASUS_CLASSNAME_LSTNRDST_EMAIL))
        handlerId = String("EmailListenerDestination");        handlerId = String("EmailListenerDestination");
    else  
        return 0;     PEGASUS_ASSERT(handlerId.size() != 0);
  
    CIMHandler* handler = _handlerTable.getHandler(handlerId, _repository);    CIMHandler* handler = _handlerTable.getHandler(handlerId, _repository);
  


Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2