summaryrefslogtreecommitdiff
path: root/ace/Pair_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pair_T.cpp')
-rw-r--r--ace/Pair_T.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Pair_T.cpp b/ace/Pair_T.cpp
index fd38f8236ef..eb4e10b33ac 100644
--- a/ace/Pair_T.cpp
+++ b/ace/Pair_T.cpp
@@ -1,7 +1,7 @@
// $Id$
-#ifndef ACE_PAIR_T_CPP
-#define ACE_PAIR_T_CPP
+#ifndef ACE_PAIR_T_C
+#define ACE_PAIR_T_C
#include "ace/Pair_T.h"
@@ -13,4 +13,6 @@
#include "ace/Pair_T.inl"
#endif /* __ACE_INLINE__ */
-#endif /* ACE_PAIR_T_CPP */
+ACE_RCSID(ace, Pair_T, "$Id$")
+
+#endif /* ACE_PAIR_T_C */