summaryrefslogtreecommitdiff
path: root/ACE/ace/INET_Addr.inl
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-03-06 16:09:47 -0500
committerSteve Huston <shuston@riverace.com>2015-03-06 16:09:47 -0500
commit7805370999f233118c5b3a7242b580d2d8214a0f (patch)
treed0741b91c346652294fc869d233978be351e97f7 /ACE/ace/INET_Addr.inl
parentbcc16db982b483171996f2dfcedb132741c163f7 (diff)
downloadATCD-7805370999f233118c5b3a7242b580d2d8214a0f.tar.gz
Add ability for ACE_INET_Addr to hold all the addresses assigned to a name and allow ACE_Multihomed_INET_Addr to access them all.
Diffstat (limited to 'ACE/ace/INET_Addr.inl')
-rw-r--r--ACE/ace/INET_Addr.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/INET_Addr.inl b/ACE/ace/INET_Addr.inl
index 6cc14c97558..2532bb9cb6f 100644
--- a/ACE/ace/INET_Addr.inl
+++ b/ACE/ace/INET_Addr.inl
@@ -7,7 +7,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE void
-ACE_INET_Addr::reset (void)
+ACE_INET_Addr::reset_i (void)
{
ACE_OS::memset (&this->inet_addr_, 0, sizeof (this->inet_addr_));
if (this->get_type() == AF_INET)