summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Value_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Value_TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Value_TypeCode.inl7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/Value_TypeCode.inl b/TAO/tao/AnyTypeCode/Value_TypeCode.inl
index 9a8b31f0ddb..e5b0b3ab2f1 100644
--- a/TAO/tao/AnyTypeCode/Value_TypeCode.inl
+++ b/TAO/tao/AnyTypeCode/Value_TypeCode.inl
@@ -2,6 +2,7 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
template <typename StringType,
typename TypeCodeType,
@@ -25,7 +26,7 @@ TAO::TypeCode::Value<StringType,
#endif
FieldArrayType const & fields,
CORBA::ULong nfields)
- : CORBA::TypeCode (kind)
+ : ::CORBA::TypeCode (kind)
, RefCountPolicy ()
, base_attributes_ (id, name)
, type_modifier_ (modifier)
@@ -46,7 +47,7 @@ TAO::TypeCode::Value<StringType,
RefCountPolicy>::Value (
CORBA::TCKind kind,
char const * id)
- : CORBA::TypeCode (kind)
+ : ::CORBA::TypeCode (kind)
, RefCountPolicy ()
, base_attributes_ (id)
, type_modifier_ (CORBA::VM_NONE)
@@ -55,3 +56,5 @@ TAO::TypeCode::Value<StringType,
, fields_ ()
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL