summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Struct_TypeCode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Struct_TypeCode.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Struct_TypeCode.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Struct_TypeCode.cpp b/TAO/tao/AnyTypeCode/Struct_TypeCode.cpp
index 65ad7720597..aa50e7bdf78 100644
--- a/TAO/tao/AnyTypeCode/Struct_TypeCode.cpp
+++ b/TAO/tao/AnyTypeCode/Struct_TypeCode.cpp
@@ -17,6 +17,7 @@
#include "ace/Dynamic_Service.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <typename StringType,
typename TypeCodeType,
@@ -343,4 +344,6 @@ TAO::TypeCode::Struct<StringType,
Traits<StringType>::get_typecode (this->fields_[index].type));
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_STRUCT_TYPECODE_CPP */