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

Diff for /pegasus/src/Pegasus/Provider/InternalCIMOMHandleRep.cpp between version 1.44 and 1.45

version 1.44, 2013/03/28 19:54:37 version 1.45, 2013/05/31 11:26:02
Line 233 
Line 233 
         temp.insert(ContentLanguageListContainer(ContentLanguageList()));         temp.insert(ContentLanguageListContainer(ContentLanguageList()));
     }     }
  
       if (context.contains(UserRoleContainer::NAME))
       {
           // propagate the user role container if it exists (get() with throw
           // an exception if it does not)
           temp.insert(context.get(UserRoleContainer::NAME));
       }
       else
       {
           temp.insert(UserRoleContainer(String::EMPTY));
       }
   
     return temp;     return temp;
 } }
  


Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2