(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.25.4.4 and 1.26

version 1.25.4.4, 2013/06/03 22:36:22 version 1.26, 2011/05/27 08:52:24
Line 302 
Line 302 
             break;             break;
  
         default:         default:
             PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)              PEGASUS_ASSERT(0);
             break;             break;
         }         }
     }     }
Line 977 
Line 977 
             "Object path: %s",             "Object path: %s",
         (const char*) objectPath.toString().getCString()));         (const char*) objectPath.toString().getCString()));
  
     // KS_TODO Confirm that the following is cruft and not needed.      CIMObjectPath resultPath(
 //    CIMObjectPath resultPath(          System::getHostName(),
 //       System::getHostName(),          request->nameSpace,
 //        request->nameSpace,          request->resultClass.getString());
 //        request->resultClass.getString());  
  
     OperationContext providerContext(     OperationContext providerContext(
         _createProviderOperationContext(request->operationContext));         _createProviderOperationContext(request->operationContext));


Legend:
Removed from v.1.25.4.4  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2