summaryrefslogtreecommitdiff
path: root/ace/Task_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r--ace/Task_T.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index f0c97e74193..e35297792cb 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -1,7 +1,8 @@
+// Task.cpp
// $Id$
-#ifndef ACE_TASK_T_CPP
-#define ACE_TASK_T_CPP
+#ifndef ACE_TASK_T_C
+#define ACE_TASK_T_C
#include "ace/Task_T.h"
@@ -16,7 +17,7 @@
#include "ace/Task_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, Task_T, "$Id$")
template <ACE_SYNCH_DECL> void
ACE_Task<ACE_SYNCH_USE>::dump (void) const
@@ -103,6 +104,4 @@ ACE_Task<ACE_SYNCH_USE>::module (void) const
return this->mod_;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-#endif /* ACE_TASK_T_CPP */
+#endif /* ACE_TASK_T_C */