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.i9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index 892002837cf..4f2add0ee60 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -82,6 +82,15 @@ CORBA_Object::_stubobj (void) const
return this->protocol_proxy_;
}
+ACE_INLINE const char*
+CORBA_Object::_interface_repository_id (void) const
+{
+ return (this->is_local_ ?
+ this->_local_interface_repository_id () :
+ this->_remote_interface_repository_id ());
+}
+
+
// ************************************************************
// These are in CORBA namespace