(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.38 and 1.43

version 1.38, 2009/07/13 06:30:34 version 1.43, 2013/04/09 05:53:14
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 301 
Line 306 
         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 373 
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 410 
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.38  
changed lines
  Added in v.1.43

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2