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.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index ba601235b64..232315bddfc 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -45,6 +45,12 @@ CORBA_Object::_narrow (CORBA_Object_ptr obj, CORBA::Environment&)
return CORBA_Object::_duplicate (obj);
}
+ACE_INLINE CORBA_Object_ptr
+CORBA_Object::_unchecked_narrow (CORBA_Object_ptr obj, CORBA::Environment&)
+{
+ return CORBA_Object::_duplicate (obj);
+}
+
ACE_INLINE TAO_Stub *
CORBA_Object::_stubobj (void) const
{