summaryrefslogtreecommitdiff
path: root/ace/Test_and_Set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Test_and_Set.cpp')
-rw-r--r--ace/Test_and_Set.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/ace/Test_and_Set.cpp b/ace/Test_and_Set.cpp
index ea420bbe508..5a9cbdb0bfe 100644
--- a/ace/Test_and_Set.cpp
+++ b/ace/Test_and_Set.cpp
@@ -1,7 +1,7 @@
// $Id$
-#ifndef ACE_TEST_AND_SET_CPP
-#define ACE_TEST_AND_SET_CPP
+#ifndef ACE_TEST_AND_SET_C
+#define ACE_TEST_AND_SET_C
#include "ace/Test_and_Set.h"
#include "ace/Guard_T.h"
@@ -10,7 +10,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ACE_RCSID(ace, Test_and_Set, "$Id$")
template <class ACE_LOCK, class TYPE>
ACE_Test_and_Set<ACE_LOCK, TYPE>::ACE_Test_and_Set (TYPE initial_value)
@@ -46,6 +46,4 @@ ACE_Test_and_Set<ACE_LOCK, TYPE>::handle_signal (int, siginfo_t *, ucontext_t *)
return 0;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-#endif /* ACE_TEST_AND_SET_CPP */
+#endif /* ACE_TEST_AND_SET_C */