(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.13 and 1.14.16.2

version 1.13, 2005/02/09 20:33:12 version 1.14.16.2, 2006/02/10 16:09:38
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 41 
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/AutoPtr.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 77 
Line 81 
  
     ProviderIdContainer(const OperationContext::Container & container);     ProviderIdContainer(const OperationContext::Container & container);
     ProviderIdContainer(const CIMInstance & module, const CIMInstance & provider,     ProviderIdContainer(const CIMInstance & module, const CIMInstance & provider,
         Boolean remoteNameSpace = false, const String & remoteInfo = String::EMPTY);          Boolean isRemoteNameSpace = false, const String & remoteInfo = String::EMPTY);
     virtual ~ProviderIdContainer(void);     virtual ~ProviderIdContainer(void);
  
     ProviderIdContainer & operator=(const ProviderIdContainer & container);     ProviderIdContainer & operator=(const ProviderIdContainer & container);
Line 121 
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.13  
changed lines
  Added in v.1.14.16.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2