summaryrefslogtreecommitdiff
path: root/ace/Functor_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Functor_T.cpp')
-rw-r--r--ace/Functor_T.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Functor_T.cpp b/ace/Functor_T.cpp
index c29f9029f75..53e8f170fc1 100644
--- a/ace/Functor_T.cpp
+++ b/ace/Functor_T.cpp
@@ -1,8 +1,7 @@
-/* -*- C++ -*- */
// $Id$
-#ifndef ACE_FUNCTOR_T_C
-#define ACE_FUNCTOR_T_C
+#ifndef ACE_FUNCTOR_T_CPP
+#define ACE_FUNCTOR_T_CPP
#include "ace/Functor_T.h"
@@ -14,7 +13,7 @@
#include "ace/Functor_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ace, Functor_T, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Command_Callback)
@@ -45,5 +44,6 @@ ACE_Command_Callback<RECEIVER, ACTION>::execute (void *arg)
return (receiver_.*action_) (arg);
}
+ACE_END_VERSIONED_NAMESPACE_DECL
-#endif /* ACE_FUNCTOR_T_C */
+#endif /* ACE_FUNCTOR_T_CPP */