summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_Addr.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-03-16 14:12:04 -0400
committerSteve Huston <shuston@riverace.com>2015-03-16 14:12:04 -0400
commit06cadd2db3bf8cc34ba70d9e22e025e076cc64da (patch)
treef7a4cd818db2cbe77af8b2cad6d124add60a0db5 /ACE/ace/MEM_Addr.h
parent135bac34b594c10a2a058e4ad9d799e8e918bc47 (diff)
downloadATCD-06cadd2db3bf8cc34ba70d9e22e025e076cc64da.tar.gz
ACE_Addr::set_addr(void*, int) was changed to ACE_Addr::set_addr(const void*, int). All descendant classes have the same change. Fixed multiple-address handling in ACE_INET_Addr and check for alias in INET_Addr_Test if a hostname reverse lookup doesn't match the forward lookup.
Diffstat (limited to 'ACE/ace/MEM_Addr.h')
-rw-r--r--ACE/ace/MEM_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/MEM_Addr.h b/ACE/ace/MEM_Addr.h
index 54df426b8e8..2944fa9fc7b 100644
--- a/ACE/ace/MEM_Addr.h
+++ b/ACE/ace/MEM_Addr.h
@@ -76,7 +76,7 @@ public:
virtual void *get_addr (void) const;
/// Set a pointer to the address.
- virtual void set_addr (void *, int len);
+ virtual void set_addr (const void *, int len);
/// Transform the external ACE_MEM_Addr address into string
/// format.