summaryrefslogtreecommitdiff
path: root/ace/Auto_Functor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Auto_Functor.h')
-rw-r--r--ace/Auto_Functor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Auto_Functor.h b/ace/Auto_Functor.h
index b9bcf8342b1..8a5f9f2ed71 100644
--- a/ace/Auto_Functor.h
+++ b/ace/Auto_Functor.h
@@ -20,8 +20,6 @@
#include "ace/Global_Macros.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace ACE_Utils
{
/**
@@ -129,9 +127,7 @@ private:
Functor f_;
};
-} // namespace ACE_Utils
-
-ACE_END_VERSIONED_NAMESPACE_DECL
+} // namespace TAO
#if defined(__ACE_INLINE__)
# include "ace/Auto_Functor.inl"