summaryrefslogtreecommitdiff
path: root/ace/Auto_Functor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Auto_Functor.cpp')
-rw-r--r--ace/Auto_Functor.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Auto_Functor.cpp b/ace/Auto_Functor.cpp
index 91dbad1952b..af1ff0142ce 100644
--- a/ace/Auto_Functor.cpp
+++ b/ace/Auto_Functor.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef ACE_AUTO_FUNCTOR_CPP
#define ACE_AUTO_FUNCTOR_CPP
@@ -9,7 +7,7 @@
# include "ace/Auto_Functor.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, Auto_Functor, "$Id$")
template<typename X, typename Functor>
ACE_Utils::Auto_Functor<X,Functor>::~Auto_Functor()
@@ -37,6 +35,4 @@ ACE_Utils::Auto_Functor<X,Functor>::reset(X * p, Functor f)
f_ = f;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /*ACE_AUTO_FUNCTOR_CPP*/