summaryrefslogtreecommitdiff
path: root/ace/Utils/Hashable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Utils/Hashable.cpp')
-rw-r--r--ace/Utils/Hashable.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Utils/Hashable.cpp b/ace/Utils/Hashable.cpp
new file mode 100644
index 00000000000..c07ec6d0d65
--- /dev/null
+++ b/ace/Utils/Hashable.cpp
@@ -0,0 +1,8 @@
+//$Id$
+#include "ace/Hashable.h"
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Hashable.inl"
+#endif /* __ACE_INLINE __ */
+
+ACE_RCSID(ace, Hashable, "$Id$")