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

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

version 1.22, 2007/08/03 18:56:19 version 1.23, 2008/05/02 21:05:30
Line 148 
Line 148 
     _provider = container._provider;     _provider = container._provider;
     _isRemoteNameSpace = container._isRemoteNameSpace;     _isRemoteNameSpace = container._isRemoteNameSpace;
     _remoteInfo = container._remoteInfo;     _remoteInfo = container._remoteInfo;
       _provMgrPath = container._provMgrPath;
  
     return *this;     return *this;
 } }
Line 187 
Line 188 
     return _remoteInfo;     return _remoteInfo;
 } }
  
   String ProviderIdContainer::getProvMgrPath() const
   {
       return _provMgrPath;
   }
   
   void ProviderIdContainer::setProvMgrPath(String &path)
   {
       _provMgrPath = path;
   }
   
 // //
 // CachedClassDefinitionContainer // CachedClassDefinitionContainer
 // //


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