(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.2.1 and 1.23

version 1.22.2.1, 2007/09/12 07:18:43 version 1.23, 2008/05/02 21:05:30
Line 35 
Line 35 
  
 #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || \ #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || \
     defined(PEGASUS_PLATFORM_DARWIN_PPC_GNU) || \     defined(PEGASUS_PLATFORM_DARWIN_PPC_GNU) || \
     defined(PEGASUS_PLATFORM_DARWIN_IX86_GNU) || \      defined(PEGASUS_PLATFORM_DARWIN_IX86_GNU)
     defined(PEGASUS_OS_VXWORKS)  
 # define PEGASUS_INCLUDE_SUPERCLASS_INITIALIZER # define PEGASUS_INCLUDE_SUPERCLASS_INITIALIZER
 #endif #endif
  
Line 149 
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 188 
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.2.1  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2