summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exception.i')
-rw-r--r--TAO/tao/Exception.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Exception.i b/TAO/tao/Exception.i
index 4eadae1c5a2..2a77bfab959 100644
--- a/TAO/tao/Exception.i
+++ b/TAO/tao/Exception.i
@@ -2,6 +2,8 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE CORBA::Exception *
CORBA::Exception::_downcast (CORBA::Exception * x)
{
@@ -13,3 +15,5 @@ CORBA::Exception::_downcast (CORBA::Exception const * x)
{
return x;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL