(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.3 and 1.43.10.1

version 1.34.2.3, 2009/08/18 17:01:57 version 1.43.10.1, 2013/09/13 10:52:36
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 213 
Line 213 
         const CIMName& className,         const CIMName& className,
         Boolean includeQualifiers,         Boolean includeQualifiers,
         CIMClass& returnedClass);         CIMClass& returnedClass);
       /*
        * CIM communication mechanism instance building starts with this function
        * and completed by buildCIMXMLCommunicationMechanismInstance
        */
       void _buildCommInstSkeleton(
           const Boolean isHttpsEnabled,
           const Array<String> &ips,
           const CIMClass &commMechClass,
           Array<CIMInstance> &instances );
  
     CIMInstance buildCIMXMLCommunicationMechanismInstance(     CIMInstance buildCIMXMLCommunicationMechanismInstance(
         const String& namespaceType,         const String& namespaceType,
Line 222 
Line 231 
  
     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();
  
Line 290 
Line 301 
     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 298 
Line 310 
  
     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 379 
Line 392 
     // This function fetches the other side of the reference.     // This function fetches the other side of the reference.
     Array<CIMInstance> getReferencedInstances(     Array<CIMInstance> getReferencedInstances(
         const Array<CIMInstance> &refs,         const Array<CIMInstance> &refs,
         const String targetRole,          const String &targetRole,
         const OperationContext & context,         const OperationContext & context,
         const CIMPropertyList & propertyList);         const CIMPropertyList & propertyList);
  
Line 420 
Line 433 
     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.3  
changed lines
  Added in v.1.43.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2