summaryrefslogtreecommitdiff
path: root/ACE/ace/INET_Addr.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-09-21 16:20:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-09-21 16:20:58 +0000
commit342dc444d32c8a5268e4e2035b8c98cfbd977ed0 (patch)
tree01f845c2ceb26ba943d01c6df999e3f5b87d8bdd /ACE/ace/INET_Addr.cpp
parent76f7567e6bac4ec9fdf78437d30dfaa6042656a4 (diff)
downloadATCD-342dc444d32c8a5268e4e2035b8c98cfbd977ed0.tar.gz
ChangeLogTag:Fri Sep 21 17:19:52 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/INET_Addr.cpp')
-rw-r--r--ACE/ace/INET_Addr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/INET_Addr.cpp b/ACE/ace/INET_Addr.cpp
index f4377d560c7..62a30906752 100644
--- a/ACE/ace/INET_Addr.cpp
+++ b/ACE/ace/INET_Addr.cpp
@@ -849,9 +849,9 @@ ACE_INET_Addr::get_host_name_i (char hostname[], size_t len) const
return -1;
}
#else
- void* const addr = this->ip_addr_pointer ();
- int const size = this->ip_addr_size ();
- int const type = this->get_type ();
+ void* addr = this->ip_addr_pointer ();
+ int size = this->ip_addr_size ();
+ int type = this->get_type ();
# if defined (ACE_HAS_IPV6) && defined (ACE_HAS_BROKEN_GETHOSTBYADDR_V4MAPPED)
// Most OS can not handle IPv6-mapped-IPv4 addresses (even