summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Bcast.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-11 09:34:31 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-11 09:34:31 +0000
commit2408c9f924758b414f364b57a7342ddd48644e46 (patch)
treede0cf5546b79c96913ab02610b7fec3d3444a51e /ace/SOCK_Dgram_Bcast.h
parent7af810dad53abb5d32f7d74dba620da9444f63b3 (diff)
downloadATCD-2408c9f924758b414f364b57a7342ddd48644e46.tar.gz
*** empty log message ***
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_;