diff options
| author | click <none@none> | 2010-08-15 00:28:14 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-15 00:28:14 +0200 |
| commit | e3b8a5923d5e5512cfe6e0f02246d22146691008 (patch) | |
| tree | c7bed4a5667148d73b75ab62eae9695eb10cad49 /externals/ace/INET_Addr.h | |
| parent | f3b93df6b70648fdd644c6e0db24089dca34738e (diff) | |
Core/externals: Update ACE to 5.8.1 (should fix issues with disconnects happening on servers compiled under VS2010)
Update issue 3411
Status: NeedsFeedback
--HG--
branch : trunk
Diffstat (limited to 'externals/ace/INET_Addr.h')
| -rw-r--r-- | externals/ace/INET_Addr.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/externals/ace/INET_Addr.h b/externals/ace/INET_Addr.h index d68e6409cdb..ba8978c256c 100644 --- a/externals/ace/INET_Addr.h +++ b/externals/ace/INET_Addr.h @@ -4,7 +4,7 @@ /** * @file INET_Addr.h * - * $Id: INET_Addr.h 82789 2008-09-19 14:47:28Z johnnyw $ + * $Id: INET_Addr.h 91064 2010-07-12 10:11:24Z johnnyw $ * * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ @@ -71,15 +71,15 @@ public: explicit ACE_INET_Addr (u_short port_number, ACE_UINT32 ip_addr = INADDR_ANY); - /// Uses <getservbyname> to create an ACE_INET_Addr from a - /// <port_name>, the remote @a host_name, and the @a protocol. + /// Uses getservbyname() to create an ACE_INET_Addr from a + /// @a port_name, the remote @a host_name, and the @a protocol. ACE_INET_Addr (const char port_name[], const char host_name[], const char protocol[] = "tcp"); /** - * Uses <getservbyname> to create an ACE_INET_Addr from a - * <port_name>, an Internet @a ip_addr, and the @a protocol. This + * Uses getservbyname() to create an ACE_INET_Addr from a + * @a port_name, an Internet @a ip_addr, and the @a protocol. This * method assumes that @a ip_addr is in host byte order. */ ACE_INET_Addr (const char port_name[], |
