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

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/InteropProviderUtils.h between version 1.2 and 1.3

version 1.2, 2006/11/03 20:15:39 version 1.3, 2007/02/09 18:34:46
Line 190 
Line 190 
 //     request.  This is exactly the definition in the //     request.  This is exactly the definition in the
 //     PG_CIMXMLCommunicationMechanism mof for the property //     PG_CIMXMLCommunicationMechanism mof for the property
 //     namespaceAccessProtocol. //     namespaceAccessProtocol.
 // @param port String defining the port to be used.  If String::EMPTY, it is  // @param port String defining the port to be used.
 //     not valid and the defaultPortNumber is inserted instead.  
 // @param defaultPortNumber Uint32 defining a default port number to be used  
 //     if port string is not provided.  
 // //
 // @return String with the IP address to be used. This must be the complete // @return String with the IP address to be used. This must be the complete
 //     address sufficient to access the IP address. Therefore, it includes the //     address sufficient to access the IP address. Therefore, it includes the
 //     port number. //     port number.
 // //
 String getHostAddress(const String & hostName, Uint32 namespaceType,  String getHostAddress(
     const String & port, Uint32 defaultPortNumber);      const String& hostName,
       Uint32 namespaceType,
       const String& port);
  
 // //
 // Validate that the property exists, is string type and optionally the value // Validate that the property exists, is string type and optionally the value


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2