diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-11 09:34:31 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-11 09:34:31 +0000 |
commit | 2956b8715ac05fb2b8bdf5661d102815050d1142 (patch) | |
tree | de0cf5546b79c96913ab02610b7fec3d3444a51e /ace/SOCK_Dgram_Mcast.h | |
parent | 35d269380e337579b3c662eb869b8f824e7004fa (diff) | |
download | ATCD-2956b8715ac05fb2b8bdf5661d102815050d1142.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 4 |
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_; |