aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Hashable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Hashable.inl')
-rw-r--r--externals/ace/Hashable.inl14
1 files changed, 14 insertions, 0 deletions
diff --git a/externals/ace/Hashable.inl b/externals/ace/Hashable.inl
new file mode 100644
index 00000000000..352b7794eb9
--- /dev/null
+++ b/externals/ace/Hashable.inl
@@ -0,0 +1,14 @@
+// -*- C++ -*-
+//
+// $Id: Hashable.inl 80826 2008-03-04 14:51:23Z wotte $
+
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+ACE_Hashable::ACE_Hashable (void)
+ : hash_value_ (0)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL