(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.40 and 1.40.4.3

version 1.40, 2010/02/04 08:53:04 version 1.40.4.3, 2013/09/19 19:11:48
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 306 
Line 315 
         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 381 
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 422 
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.40  
changed lines
  Added in v.1.40.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2