summaryrefslogtreecommitdiff
path: root/ace/Functor_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Functor_T.inl')
-rw-r--r--ace/Functor_T.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Functor_T.inl b/ace/Functor_T.inl
index 6441c091b76..51caa11825d 100644
--- a/ace/Functor_T.inl
+++ b/ace/Functor_T.inl
@@ -2,8 +2,6 @@
//
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class TYPE> ACE_INLINE unsigned long
ACE_Hash<TYPE>::operator () (const TYPE &t) const
{
@@ -38,5 +36,3 @@ ACE_Less_Than<TYPE>::operator () (const TYPE &lhs,
{
return lhs < rhs;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL