diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-19 02:51:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-19 02:51:27 +0000 |
commit | 3875224075b7a967d3f1c69cf8b7806263bd5e22 (patch) | |
tree | 2996639d07b50c107fa13bfd38e08012a47d4026 /ace/INET_Addr.h | |
parent | 6e40b6f889f6702e9a9b729fd8bbe21bde9b77dd (diff) | |
download | ATCD-3875224075b7a967d3f1c69cf8b7806263bd5e22.tar.gz |
.
Diffstat (limited to 'ace/INET_Addr.h')
-rw-r--r-- | ace/INET_Addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h index baf8aed124b..5d6a626e44a 100644 --- a/ace/INET_Addr.h +++ b/ace/INET_Addr.h @@ -116,7 +116,7 @@ public: virtual int addr_to_string (ASYS_TCHAR buffer[], size_t size, - int ipaddr_format = 0) const; + int ipaddr_format = 1) const; // Transform the current <ACE_INET_Addr> address into string format. // If <ipaddr_format> is non-0 this produces "ip-number:port-number" // (e.g., "128.252.166.57:1234"), whereas if <ipaddr_format> is 0 |