summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Fixed_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Fixed_TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Fixed_TypeCode.inl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/AnyTypeCode/Fixed_TypeCode.inl b/TAO/tao/AnyTypeCode/Fixed_TypeCode.inl
index 9db9ca2b26d..62f3e63aac5 100644
--- a/TAO/tao/AnyTypeCode/Fixed_TypeCode.inl
+++ b/TAO/tao/AnyTypeCode/Fixed_TypeCode.inl
@@ -2,13 +2,17 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class RefCountPolicy>
ACE_INLINE
TAO::TypeCode::Fixed<RefCountPolicy>::Fixed (CORBA::UShort digits,
CORBA::UShort scale)
- : CORBA::TypeCode (CORBA::tk_fixed)
+ : ::CORBA::TypeCode (CORBA::tk_fixed)
, RefCountPolicy ()
, digits_ (digits)
, scale_ (scale)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL