(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.15 and 1.16

version 1.15, 2006/01/30 16:17:05 version 1.16, 2006/05/02 20:26:59
Line 44 
Line 44 
 #include <Pegasus/Common/CIMClass.h> #include <Pegasus/Common/CIMClass.h>
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
  
   #include <Pegasus/Common/ObjectNormalizer.h>
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 // This class should be moved to the OperationContext module when localization // This class should be moved to the OperationContext module when localization
Line 124 
Line 126 
  
 }; };
  
   class PEGASUS_COMMON_LINKAGE NormalizerContextContainer
       : virtual public OperationContext::Container
   {
   public:
       static const String NAME;
   
       NormalizerContextContainer(const OperationContext::Container & container);
       NormalizerContextContainer(AutoPtr<NormalizerContext> & context);
       virtual ~NormalizerContextContainer(void);
   
       NormalizerContextContainer & operator=(const NormalizerContextContainer & container);
   
       virtual String getName(void) const;
       virtual OperationContext::Container * clone(void) const;
       virtual void destroy(void);
   
       NormalizerContext * getContext(void) const;
   
   protected:
       AutoPtr<NormalizerContext> normalizerContext;
   
   private:
       NormalizerContextContainer();
   };
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif #endif


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2