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, 6 insertions, 5 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp
index e35297792cb..f0c97e74193 100644
--- a/ace/Task_T.cpp
+++ b/ace/Task_T.cpp
@@ -1,8 +1,7 @@
-// Task.cpp
// $Id$
-#ifndef ACE_TASK_T_C
-#define ACE_TASK_T_C
+#ifndef ACE_TASK_T_CPP
+#define ACE_TASK_T_CPP
#include "ace/Task_T.h"
@@ -17,7 +16,7 @@
#include "ace/Task_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ace, Task_T, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <ACE_SYNCH_DECL> void
ACE_Task<ACE_SYNCH_USE>::dump (void) const
@@ -104,4 +103,6 @@ ACE_Task<ACE_SYNCH_USE>::module (void) const
return this->mod_;
}
-#endif /* ACE_TASK_T_C */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* ACE_TASK_T_CPP */