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

Diff for /pegasus/src/Pegasus/Common/OperationContextInternal.h between version 1.1 and 1.2

version 1.1, 2002/09/19 16:17:36 version 1.2, 2002/09/19 16:41:08
Line 40 
Line 40 
 // This class should be moved to the OperationContext module when localization // This class should be moved to the OperationContext module when localization
 // support is added to Pegasus and this class definition is firm. // support is added to Pegasus and this class definition is firm.
 class PEGASUS_COMMON_LINKAGE LocaleContainer class PEGASUS_COMMON_LINKAGE LocaleContainer
     : virtual public OperationContext::Container      :
   #ifdef PEGASUS_REMOVE_DEPRECATED  // include if NOT using deprecated API
         virtual
   #endif
                 public OperationContext::Container
 { {
 public: public:
     static const String NAME;     static const String NAME;
Line 61 
Line 65 
 }; };
  
 class PEGASUS_COMMON_LINKAGE ProviderIdContainer class PEGASUS_COMMON_LINKAGE ProviderIdContainer
     : virtual public OperationContext::Container      :
   #ifdef PEGASUS_REMOVE_DEPRECATED  // include if NOT using deprecated API
         virtual
   #endif
                 public OperationContext::Container
 { {
 public: public:
     static const String NAME;     static const String NAME;


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2