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

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.cpp between version 1.165.2.3 and 1.165.2.4

version 1.165.2.3, 2013/06/03 22:36:18 version 1.165.2.4, 2013/07/20 18:32:52
Line 480 
Line 480 
             "CMPIRRemoteInfo",(CMPIValue*)(const char*)(*remoteInfo),             "CMPIRRemoteInfo",(CMPIValue*)(const char*)(*remoteInfo),
             CMPI_chars);             CMPI_chars);
     }     }
   
       // add User Role from OperationContext to CMPIRole
   
       if (context->contains(UserRoleContainer::NAME))
       {
           const UserRoleContainer container=context->get(UserRoleContainer::NAME);
   
           CString userRole = container.getUserRole().getCString();
   
           eCtx->ft->addEntry(
               eCtx,
               CMPIRole,
               (CMPIValue*)(const char*) userRole,
               CMPI_chars);
       }
 } }
  
 /* /*


Legend:
Removed from v.1.165.2.3  
changed lines
  Added in v.1.165.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2