summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/String_TypeCode_Static.inl')
-rw-r--r--TAO/tao/AnyTypeCode/String_TypeCode_Static.inl8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl b/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
index 4d42413daa1..f9b3517f049 100644
--- a/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
+++ b/TAO/tao/AnyTypeCode/String_TypeCode_Static.inl
@@ -2,13 +2,17 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
TAO::TypeCode::String<TAO::Null_RefCount_Policy>::String (
CORBA::TCKind kind,
CORBA::ULong length)
- : CORBA::TypeCode (kind)
- , ACE_NESTED_CLASS (TAO, Null_RefCount_Policy) ()
+ : ::CORBA::TypeCode (kind)
+ , ::TAO::Null_RefCount_Policy ()
, length_ (length)
{
// ACE_ASSERT (kind == CORBA::tk_string || kind == CORBA::tk_wstring);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL