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

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/InteropProvider.h between version 1.34.2.2 and 1.43

version 1.34.2.2, 2009/08/18 16:58:50 version 1.43, 2013/04/09 05:53:14
Line 53 
Line 53 
 #include <Pegasus/Provider/CIMInstanceProvider.h> #include <Pegasus/Provider/CIMInstanceProvider.h>
 #include <Pegasus/Provider/CIMAssociationProvider.h> #include <Pegasus/Provider/CIMAssociationProvider.h>
 #include <Pegasus/Provider/CIMMethodProvider.h> #include <Pegasus/Provider/CIMMethodProvider.h>
 #include <Pegasus/Common/VersionUtil.h>  #include <Pegasus/General/VersionUtil.h>
  
 #include \ #include \
     <Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.h>     <Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.h>
Line 222 
Line 222 
  
     Array<CIMInstance> enumCIMXMLCommunicationMechanismInstances();     Array<CIMInstance> enumCIMXMLCommunicationMechanismInstances();
  
     Array<CIMInstance> enumHostedAccessPointInstances();      Array<CIMInstance> enumHostedAccessPointInstances(
           const OperationContext &opContext);
  
     CIMInstance getObjectManagerInstance();     CIMInstance getObjectManagerInstance();
  
     CIMInstance getComputerSystemInstance();      CIMInstance getComputerSystemInstance(const OperationContext &opContext);
  
     CIMInstance getHostedObjectManagerInstance();      CIMInstance getHostedObjectManagerInstance(
           const OperationContext &opContext);
  
     Array<CIMInstance> enumNamespaceInstances();     Array<CIMInstance> enumNamespaceInstances();
  
     CIMInstance buildNamespaceInstance(const String & nameSpace);     CIMInstance buildNamespaceInstance(const String & nameSpace);
  
       CIMInstance getNameSpaceInstance(const CIMObjectPath & ref);
   
     CIMObjectPath createNamespace(const CIMInstance & namespaceInstance);     CIMObjectPath createNamespace(const CIMInstance & namespaceInstance);
     void deleteNamespace(const CIMObjectPath & instanceName);     void deleteNamespace(const CIMObjectPath & instanceName);
  
Line 288 
Line 292 
     Array<CIMInstance> enumSubProfileRequiresProfileInstances();     Array<CIMInstance> enumSubProfileRequiresProfileInstances();
     Array<CIMInstance> enumSoftwareIdentityInstances();     Array<CIMInstance> enumSoftwareIdentityInstances();
     Array<CIMInstance> enumElementSoftwareIdentityInstances();     Array<CIMInstance> enumElementSoftwareIdentityInstances();
     Array<CIMInstance> enumInstalledSoftwareIdentityInstances();      Array<CIMInstance> enumInstalledSoftwareIdentityInstances(
           const OperationContext &opContext);
     Array<CIMInstance> enumDefaultSoftwareIdentityInstances();     Array<CIMInstance> enumDefaultSoftwareIdentityInstances();
  
     CIMInstance getSoftwareIdentityInstance(     CIMInstance getSoftwareIdentityInstance(
Line 296 
Line 301 
  
     Array<CIMInstance> enumProviderProfileCapabilityInstances(     Array<CIMInstance> enumProviderProfileCapabilityInstances(
         Boolean checkProviders = true,         Boolean checkProviders = true,
         Boolean localOnly = true,  
         Boolean includeQualifiers = false,         Boolean includeQualifiers = false,
         Boolean includeClassOrigin = false,         Boolean includeClassOrigin = false,
         const CIMPropertyList &propertyList = CIMPropertyList());         const CIMPropertyList &propertyList = CIMPropertyList());
  
 #ifdef PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT #ifdef PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT
       Array<CIMInstance> enumIndicationServiceInstances(
           const OperationContext &opContext);
     Array<CIMInstance> enumElementCapabilityInstances(     Array<CIMInstance> enumElementCapabilityInstances(
         const OperationContext & opContext);         const OperationContext & opContext);
     Array<CIMInstance> enumHostedIndicationServiceInstances(     Array<CIMInstance> enumHostedIndicationServiceInstances(
Line 374 
Line 380 
         const CIMObjectPath & instanceName,         const CIMObjectPath & instanceName,
         const CIMPropertyList & propertyList);         const CIMPropertyList & propertyList);
  
       // This function fetches the other side of the reference.
       Array<CIMInstance> getReferencedInstances(
           const Array<CIMInstance> &refs,
           const String &targetRole,
           const OperationContext & context,
           const CIMPropertyList & propertyList);
   
     void cacheProfileRegistrationInfo();     void cacheProfileRegistrationInfo();
     void verifyCachedInfo();     void verifyCachedInfo();
     void initializeNamespaces();     void initializeNamespaces();
Line 411 
Line 424 
     Boolean enableSLP;     Boolean enableSLP;
     String httpPort;     String httpPort;
     String httpsPort;     String httpsPort;
   
       // Cached CIM_ObjectManager instance.
       CIMInstance _CIMObjectManagerInst;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.34.2.2  
changed lines
  Added in v.1.43

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2