(file) Return to ProviderMessageHandler.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Default

Diff for /pegasus/src/Pegasus/ProviderManager2/Default/ProviderMessageHandler.cpp between version 1.6 and 1.6.4.2

version 1.6, 2006/11/15 20:37:29 version 1.6.4.2, 2007/04/04 11:04:50
Line 73 
Line 73 
     }                                                                  \     }                                                                  \
     catch (...)                                                        \     catch (...)                                                        \
     {                                                                  \     {                                                                  \
         PEG_TRACE_STRING(TRC_PROVIDERMANAGER, Tracer::LEVEL4,          \          PEG_TRACE_CSTRING(TRC_PROVIDERMANAGER, Tracer::LEVEL4,         \
             "Provider Exception: Unknown");                            \             "Provider Exception: Unknown");                            \
         handler.setStatus(CIM_ERR_FAILED, "Unknown error.");           \         handler.setStatus(CIM_ERR_FAILED, "Unknown error.");           \
     }     }
Line 272 
Line 272 
     }     }
     catch (...)     catch (...)
     {     {
         PEG_TRACE_STRING(TRC_PROVIDERMANAGER, Tracer::LEVEL2,          PEG_TRACE_CSTRING(TRC_PROVIDERMANAGER, Tracer::LEVEL2,
             "Exception: Unknown");             "Exception: Unknown");
         response = request->buildResponse();         response = request->buildResponse();
         response->cimException = PEGASUS_CIM_EXCEPTION(         response->cimException = PEGASUS_CIM_EXCEPTION(
Line 1193 
Line 1193 
             "Object path: $0, Method: $1",             "Object path: $0, Method: $1",
         objectPath.toString(), request->methodName.getString()));         objectPath.toString(), request->methodName.getString()));
  
     CIMObjectPath instanceReference(request->instanceName);  
     instanceReference.setNameSpace(request->nameSpace);  
   
     OperationContext providerContext(     OperationContext providerContext(
         _createProviderOperationContext(request->operationContext));         _createProviderOperationContext(request->operationContext));
  
Line 1212 
Line 1209 
     HANDLE_PROVIDER_EXCEPTION(     HANDLE_PROVIDER_EXCEPTION(
         provider->invokeMethod(         provider->invokeMethod(
             providerContext,             providerContext,
             instanceReference,              objectPath,
             request->methodName,             request->methodName,
             request->inParameters,             request->inParameters,
             handler),             handler),
Line 1314 
Line 1311 
     //     //
     if (status.testIfZeroAndIncrementSubscriptions())     if (status.testIfZeroAndIncrementSubscriptions())
     {     {
         PEG_TRACE_STRING(TRC_PROVIDERMANAGER, Tracer::LEVEL4,          PEG_TRACE_CSTRING(TRC_PROVIDERMANAGER, Tracer::LEVEL4,
             "First accepted subscription");             "First accepted subscription");
  
         //         //


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2