(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.48 and 1.49

version 1.48, 2005/05/03 16:44:11 version 1.49, 2005/05/19 20:17:01
Line 383 
Line 383 
     CIMException & cimException)     CIMException & cimException)
 { {
     CIMName className = request->handlerInstance.getClassName();     CIMName className = request->handlerInstance.getClassName();
   
     try     try
     {     {
         AutoPtr<CIMHandler> handlerLib(_lookupHandlerForClass(className));          CIMHandler * handlerLib = _lookupHandlerForClass(className);
  
         if (handlerLib.get())          if (handlerLib)
         {         {
             ContentLanguages langs =             ContentLanguages langs =
                 ((ContentLanguageListContainer)request->operationContext.                 ((ContentLanguageListContainer)request->operationContext.
Line 409 
Line 410 
                 "Failed to load Handler"));                 "Failed to load Handler"));
         }         }
  
         handlerLib.release();  
     }     }
     catch (Exception& e)     catch (Exception& e)
     {     {


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2