summaryrefslogtreecommitdiff
path: root/trunk/ACE/ace/Hashable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/ace/Hashable.inl')
-rw-r--r--trunk/ACE/ace/Hashable.inl14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/ACE/ace/Hashable.inl b/trunk/ACE/ace/Hashable.inl
new file mode 100644
index 00000000000..7ec54ea1337
--- /dev/null
+++ b/trunk/ACE/ace/Hashable.inl
@@ -0,0 +1,14 @@
+// -*- C++ -*-
+//
+// $Id$
+
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+ACE_Hashable::ACE_Hashable (void)
+ : hash_value_ (0)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL