diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-17 00:40:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-17 00:40:23 +0000 |
commit | cdaa50473d4305fca20da3227099dcb1de31c1b8 (patch) | |
tree | d3c48504214f87beeb823ccd977e8f0ca0f0bfe2 /ace/INET_Addr.i | |
parent | 655565f17014c6ffa30fcd70764e28fad8149ebf (diff) | |
download | ATCD-cdaa50473d4305fca20da3227099dcb1de31c1b8.tar.gz |
Help!
Diffstat (limited to 'ace/INET_Addr.i')
-rw-r--r-- | ace/INET_Addr.i | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ace/INET_Addr.i b/ace/INET_Addr.i index 1629dc0ecb0..81a5fa3dc6f 100644 --- a/ace/INET_Addr.i +++ b/ace/INET_Addr.i @@ -32,19 +32,6 @@ ACE_INET_Addr::get_host_addr (void) const return ACE_OS::inet_ntoa (this->inet_addr_.sin_addr); } -// Transform the current address into string format. - -ACE_INLINE int -ACE_INET_Addr::addr_to_string (char s[], size_t) const -{ - ACE_TRACE ("ACE_INET_Addr::addr_to_string"); - // This should check to make sure len is long enough... - ACE_OS::sprintf (s, "%s:%d", - this->get_host_addr (), - this->get_port_number ()); - return 0; -} - // Return the 4-byte IP address, converting it into host byte order. ACE_INLINE ACE_UINT32 |