(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.12 and 1.13

version 1.12, 2005/03/16 00:40:41 version 1.13, 2005/04/05 13:59:04
Line 449 
Line 449 
                         ProviderIdContainer *providerIdContainer =                         ProviderIdContainer *providerIdContainer =
                                 providerInfo.providerIdContainer.get();                                 providerInfo.providerIdContainer.get();
  
                         if (providerInfo.hasNoQuery && providerIdContainer)                          if (providerInfo.hasNoQuery)
                         {                         {
                                 OperationContext *context = &request->operationContext;                                 OperationContext *context = &request->operationContext;
                                 const OperationContext::Container *container = 0;                                 const OperationContext::Container *container = 0;
Line 468 
Line 468 
                                                                                                                                                                                         identityContainer.getUserName());                                                                                                                                                                                         identityContainer.getUserName());
  
                                 context = &enumReq->operationContext;                                 context = &enumReq->operationContext;
                                   if (providerIdContainer)
                                 context->insert(*providerIdContainer);                                 context->insert(*providerIdContainer);
                                 context->insert(identityContainer);                                 context->insert(identityContainer);
                                 _forwardRequestForAggregation(providerInfo.serviceName,                                 _forwardRequestForAggregation(providerInfo.serviceName,


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2