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

Diff for /pegasus/src/Pegasus/Common/OperationContext.cpp between version 1.22 and 1.23

version 1.22, 2003/10/22 14:26:03 version 1.23, 2003/11/15 02:49:54
Line 112 
Line 112 
     //throw Exception("object not found");     //throw Exception("object not found");
 } }
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
 const OperationContext::Container & OperationContext::get(const Uint32 key) const const OperationContext::Container & OperationContext::get(const Uint32 key) const
 { {
     for(Uint32 i = 0, n = _rep->containers.size(); i < n; i++)     for(Uint32 i = 0, n = _rep->containers.size(); i < n; i++)
Line 194 
Line 194 
     //throw Exception("object not found");     //throw Exception("object not found");
 } }
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
 void OperationContext::remove(const Uint32 key) void OperationContext::remove(const Uint32 key)
 { {
     for(Uint32 i = 0, n = _rep->containers.size(); i < n; i++)     for(Uint32 i = 0, n = _rep->containers.size(); i < n; i++)
Line 220 
Line 220 
 // OperationContext::Container // OperationContext::Container
 // //
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
 OperationContext::Container::Container(const Uint32 key) : _key(key) OperationContext::Container::Container(const Uint32 key) : _key(key)
 { {
 } }
Line 230 
Line 230 
 { {
 } }
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
 const Uint32 & OperationContext::Container::getKey(void) const const Uint32 & OperationContext::Container::getKey(void) const
 { {
     return(_key);     return(_key);
Line 250 
Line 250 
 const String IdentityContainer::NAME = "IdentityContainer"; const String IdentityContainer::NAME = "IdentityContainer";
  
 IdentityContainer::IdentityContainer(const OperationContext::Container & container) IdentityContainer::IdentityContainer(const OperationContext::Container & container)
 #ifndef PEGASUS_REMOVE_DEPRECATED  #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
     : OperationContext::Container(container.getKey())     : OperationContext::Container(container.getKey())
 #endif #endif
 { {
Line 272 
Line 272 
 } }
  
 IdentityContainer::IdentityContainer(const String & userName) IdentityContainer::IdentityContainer(const String & userName)
 #ifndef PEGASUS_REMOVE_DEPRECATED  #ifdef PEGASUS_USE_DEPRECATED_INTERFACES
     : OperationContext::Container(CONTEXT_IDENTITY)     : OperationContext::Container(CONTEXT_IDENTITY)
 #endif #endif
 { {


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2