(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.2 and 1.14.16.3

version 1.14.16.2, 2006/02/10 16:09:38 version 1.14.16.3, 2006/03/10 14:30:37
Line 125 
Line 125 
     CIMClass _cimClass;     CIMClass _cimClass;
  
 }; };
 #ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
 #ifdef PEGASUS_ENABLE_OBJECT_NORMALIZATION  
 class PEGASUS_COMMON_LINKAGE NormalizerContextContainer  
     : virtual public OperationContext::Container  
 {  
 public:  
     static const String NAME;  
   
     NormalizerContextContainer(const OperationContext::Container & container);  
   
     NormalizerContextContainer(  
         AutoPtr<NormalizerContext> & normalizerContext);  
   
     virtual ~NormalizerContextContainer();  
   
     NormalizerContextContainer & operator=(  
         NormalizerContextContainer & container);  
   
     virtual String getName() const;  
     virtual OperationContext::Container * clone() const;  
     virtual void destroy();  
   
     NormalizerContext * getContext(void) const;  
   
 protected:  
     AutoPtr<NormalizerContext> _context;  
 };  
 #endif // PEGASUS_ENABLE_OBJECT_NORMALIZATION  
 #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT  
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


Legend:
Removed from v.1.14.16.2  
changed lines
  Added in v.1.14.16.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2