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_Bcast.h | |
parent | 35d269380e337579b3c662eb869b8f824e7004fa (diff) | |
download | ATCD-2956b8715ac05fb2b8bdf5661d102815050d1142.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Bcast.h | 6 |
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_; |