(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.3 and 1.4

version 1.3, 2003/11/15 02:49:54 version 1.4, 2004/06/15 18:38:24
Line 52 
Line 52 
 } }
  
 LocaleContainer::LocaleContainer(const String & languageId) LocaleContainer::LocaleContainer(const String & languageId)
 #ifdef PEGASUS_USE_DEPRECATED_INTERFACES  
     : OperationContext::Container(CONTEXT_LOCALE)  
 #endif  
 { {
     _languageId = languageId;     _languageId = languageId;
 } }
Line 102 
Line 99 
 } }
  
 ProviderIdContainer::ProviderIdContainer(const CIMInstance & module, const CIMInstance & provider) ProviderIdContainer::ProviderIdContainer(const CIMInstance & module, const CIMInstance & provider)
 #ifdef PEGASUS_USE_DEPRECATED_INTERFACES  
     : OperationContext::Container(CONTEXT_PROVIDERID)  
 #endif  
 { {
     _module = module;     _module = module;
     _provider = provider;     _provider = provider;


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2