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

Diff for /pegasus/src/Pegasus/Server/WQLOperationRequestDispatcher.cpp between version 1.32 and 1.33

version 1.32, 2008/06/18 12:20:54 version 1.33, 2008/08/07 18:04:00
Line 274 
Line 274 
                 className,                 className,
                 providerCount);                 providerCount);
     }     }
     catch (CIMException& exception)      catch (CIMException& e)
     {     {
         // Return exception response if exception from getSubClasses         // Return exception response if exception from getSubClasses
         CIMResponseMessage* response = request->buildResponse();         CIMResponseMessage* response = request->buildResponse();
         response->cimException = exception;          response->cimException = e;
  
         _enqueueResponse(request, response);         _enqueueResponse(request, response);
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
Line 379 
Line 379 
                         request->nameSpace,                         request->nameSpace,
                         providerInfo.className);                         providerInfo.className);
             }             }
             catch (CIMException& exception)              catch (CIMException& e)
             {             {
                 response->cimException = exception;                  response->cimException = e;
             }             }
             catch (Exception& exception)              catch (Exception& e)
             {             {
                 response->cimException = PEGASUS_CIM_EXCEPTION(                 response->cimException = PEGASUS_CIM_EXCEPTION(
                     CIM_ERR_FAILED, exception.getMessage());                      CIM_ERR_FAILED, e.getMessage());
             }             }
             catch (...)             catch (...)
             {             {


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