summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Objref_TypeCode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Objref_TypeCode.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Objref_TypeCode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Objref_TypeCode.cpp b/TAO/tao/AnyTypeCode/Objref_TypeCode.cpp
index bf53f06da69..c897143e4dc 100644
--- a/TAO/tao/AnyTypeCode/Objref_TypeCode.cpp
+++ b/TAO/tao/AnyTypeCode/Objref_TypeCode.cpp
@@ -10,9 +10,11 @@
#endif /* !__ACE_INLINE__ */
#include "tao/CDR.h"
+#include "tao/ORB_Core.h"
#include "ace/OS_NS_string.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <typename StringType, class RefCountPolicy>
bool
@@ -150,4 +152,6 @@ TAO::TypeCode::Objref<StringType, RefCountPolicy>::name_i (
return this->attributes_.name ();
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_OBJREF_TYPECODE_CPP */