diff options
Diffstat (limited to 'dep/acelite/ace/Ping_Socket.h')
-rw-r--r-- | dep/acelite/ace/Ping_Socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/acelite/ace/Ping_Socket.h b/dep/acelite/ace/Ping_Socket.h index 213f37fbd47..b063681ddce 100644 --- a/dep/acelite/ace/Ping_Socket.h +++ b/dep/acelite/ace/Ping_Socket.h @@ -4,7 +4,7 @@ /** * @file Ping_Socket.h * - * $Id: Ping_Socket.h 81737 2008-05-20 09:46:39Z johnnyw $ + * $Id: Ping_Socket.h 93597 2011-03-21 12:54:52Z johnnyw $ * * @author Robert S. Iakobashvili <coroberti@gmail.com> <coroberti@walla.co.il> * @author Gonzalo A. Diethelm <gonzalo.diethelm@aditiva.com> @@ -60,7 +60,7 @@ public: int protocol = IPPROTO_ICMP, int reuse_addr = 0); - /// @a toConnect = 1 - makes connect to remote address + /// @a to_connect = true - makes connect to remote address int send_echo_check (ACE_INET_Addr & remote_addr, bool to_connect = false); @@ -68,7 +68,7 @@ public: /// sending @c ICMP_ECHO. int process_incoming_dgram (char * ptr, ssize_t len); - /// @a toConnect = 1 - makes connect to remote address + /// @a to_connect = true - makes connect to remote address int make_echo_check (ACE_INET_Addr & remote_addr, bool to_connect = false, ACE_Time_Value const * timeout = &time_default_); |