(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.14.16.3 and 1.17

version 1.14.16.3, 2006/03/10 14:30:37 version 1.17, 2006/07/31 08:29:19
Line 43 
Line 43 
 #include <Pegasus/Common/OperationContext.h> #include <Pegasus/Common/OperationContext.h>
 #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> #include <Pegasus/Common/ObjectNormalizer.h>
 #include <Pegasus/Common/AutoPtr.h>  
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 126 
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);
       NormalizerContextContainer(const NormalizerContextContainer & container);
       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.14.16.3  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2