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

version 1.38.2.1, 2009/11/18 14:00:33 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();
  
Line 290 
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 303 
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 378 
Line 383 
     // 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 419 
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.2.1  
changed lines
  Added in v.1.43

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2