summaryrefslogtreecommitdiff
path: root/ACE/ace/Multihomed_INET_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Multihomed_INET_Addr.h')
-rw-r--r--ACE/ace/Multihomed_INET_Addr.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/ACE/ace/Multihomed_INET_Addr.h b/ACE/ace/Multihomed_INET_Addr.h
index 34b99d2c49e..2a46e1b6aaf 100644
--- a/ACE/ace/Multihomed_INET_Addr.h
+++ b/ACE/ace/Multihomed_INET_Addr.h
@@ -61,11 +61,11 @@ public:
* AF_INET6. To specify IPv4, use AF_INET.
*/
ACE_Multihomed_INET_Addr(u_short port_number,
- const char primary_host_name[],
- int encode = 1,
- int address_family = AF_UNSPEC,
- const char *(secondary_host_names[]) = 0,
- size_t size = 0);
+ const char primary_host_name[],
+ int encode = 1,
+ int address_family = AF_UNSPEC,
+ const char *(secondary_host_names[]) = 0,
+ size_t size = 0);
/**
* Constructs an ACE_Multihomed_INET_Addr from a @a port_number,
@@ -91,6 +91,7 @@ public:
int address_family = AF_UNSPEC,
const wchar_t *(secondary_host_names[]) = 0,
size_t size = 0);
+
int set (u_short port_number,
const wchar_t primary_host_name[],
int encode = 1,