aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/Hashable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'dep/ACE_wrappers/ace/Hashable.inl')
-rw-r--r--dep/ACE_wrappers/ace/Hashable.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/dep/ACE_wrappers/ace/Hashable.inl b/dep/ACE_wrappers/ace/Hashable.inl
index e226277b395..352b7794eb9 100644
--- a/dep/ACE_wrappers/ace/Hashable.inl
+++ b/dep/ACE_wrappers/ace/Hashable.inl
@@ -2,10 +2,13 @@
//
// $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