summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/String_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/String_TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/String_TypeCode.inl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/AnyTypeCode/String_TypeCode.inl b/TAO/tao/AnyTypeCode/String_TypeCode.inl
index 90e8e887c3b..c83c7be8667 100644
--- a/TAO/tao/AnyTypeCode/String_TypeCode.inl
+++ b/TAO/tao/AnyTypeCode/String_TypeCode.inl
@@ -2,13 +2,17 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class RefCountPolicy>
ACE_INLINE
TAO::TypeCode::String<RefCountPolicy>::String (CORBA::TCKind kind,
CORBA::ULong length)
- : CORBA::TypeCode (kind)
+ : ::CORBA::TypeCode (kind)
, RefCountPolicy ()
, length_ (length)
{
// ACE_ASSERT (kind == CORBA::tk_string || kind == CORBA::tk_wstring);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL