summaryrefslogtreecommitdiff
path: root/ace/Addr.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Addr.i')
-rw-r--r--ace/Addr.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Addr.i b/ace/Addr.i
index 8a701eccfd5..db4f4e605c8 100644
--- a/ace/Addr.i
+++ b/ace/Addr.i
@@ -61,3 +61,9 @@ ACE_Addr::set_type (int type)
{
this->addr_type_ = type;
}
+
+ACE_INLINE u_long
+ACE_Addr::hash (void) const
+{
+ return 0;
+}