summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r--TAO/tao/Object.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index e86207df933..d0f031ab367 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -4,6 +4,8 @@
// ****************************************************************
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
CORBA::Object::Object (int)
: servant_ (0),
@@ -104,3 +106,5 @@ CORBA::Object::ior (void) const
{
return this->ior_.in ();
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL