summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Mcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r--ace/SOCK_Dgram_Mcast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h
index 15ebcf27994..c3f173c6b9c 100644
--- a/ace/SOCK_Dgram_Mcast.h
+++ b/ace/SOCK_Dgram_Mcast.h
@@ -38,7 +38,7 @@ public:
int subscribe (const ACE_INET_Addr &mcast_addr,
int reuse_addr = 1,
- const char *net_if = 0,
+ const ASYS_TCHAR *net_if = 0,
int protocol_family = PF_INET,
int protocol = 0);
// Join a multicast group by telling the network interface device
@@ -95,7 +95,7 @@ private:
int flags = 0) const;
int make_multicast_address (const ACE_INET_Addr &mcast_addr,
- const char *net_if = "le0");
+ const ASYS_TCHAR *net_if = ASYS_TEXT ("le0"));
// Initialize a multicast address.
ACE_INET_Addr mcast_addr_;