summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Bcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r--ace/SOCK_Dgram_Bcast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/SOCK_Dgram_Bcast.h b/ace/SOCK_Dgram_Bcast.h
index ed91935a05c..5bf94363068 100644
--- a/ace/SOCK_Dgram_Bcast.h
+++ b/ace/SOCK_Dgram_Bcast.h
@@ -45,14 +45,14 @@ public:
int protocol_family = PF_INET,
int protocol = 0,
int reuse_addr = 0,
- const char *host_name = 0);
+ const ASYS_TCHAR *host_name = 0);
// Initiate a connectionless datagram broadcast endpoint.
int open (const ACE_Addr &local,
int protocol_family = PF_INET,
int protocol = 0,
int reuse_addr = 0,
- const char *host_name = 0);
+ const ASYS_TCHAR *host_name = 0);
// Initiate a connectionless datagram broadcast endpoint.
int close (void);
@@ -94,7 +94,7 @@ public:
// Declare the dynamic allocation hooks.
private:
- int mk_broadcast (const char *host_name);
+ int mk_broadcast (const ASYS_TCHAR *host_name);
// Make broadcast available for Datagram socket.
ACE_Bcast_Node *if_list_;