aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/Hashable.inl
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 15:51:44 -0700
committermaximius <none@none>2009-10-17 15:51:44 -0700
commite585187b248f48b3c6e9247b49fa07c6565d65e5 (patch)
tree637c5b7ddacf41040bef4ea4f75a97da64c6a9bc /dep/ACE_wrappers/ace/Hashable.inl
parent26b5e033ffde3d161382fc9addbfa99738379641 (diff)
*Backed out changeset 3be01fb200a5
--HG-- branch : trunk
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