summaryrefslogtreecommitdiff
path: root/TAO/tao/Intrusive_Ref_Count_Base_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Intrusive_Ref_Count_Base_T.cpp')
-rw-r--r--TAO/tao/Intrusive_Ref_Count_Base_T.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/Intrusive_Ref_Count_Base_T.cpp b/TAO/tao/Intrusive_Ref_Count_Base_T.cpp
index e7776d3fd91..482b9545346 100644
--- a/TAO/tao/Intrusive_Ref_Count_Base_T.cpp
+++ b/TAO/tao/Intrusive_Ref_Count_Base_T.cpp
@@ -1,7 +1,7 @@
// $Id$
-#ifndef TAO_INTRUSIVE_REF_COUNT_BASE_T_C
-#define TAO_INTRUSIVE_REF_COUNT_BASE_T_C
+#ifndef TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP
+#define TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP
#include "Intrusive_Ref_Count_Base_T.h"
@@ -9,13 +9,13 @@
#include "tao/Intrusive_Ref_Count_Base_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID (tao,
- Intrusive_Ref_Count_Base_T,
- "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <typename T>
TAO_Intrusive_Ref_Count_Base<T>::~TAO_Intrusive_Ref_Count_Base()
{
}
-#endif /* TAO_INTRUSIVE_REF_COUNT_BASE_T_C */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif /* TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP */