summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Proxy_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Proxy_Impl.h')
-rw-r--r--TAO/tao/Object_Proxy_Impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Object_Proxy_Impl.h b/TAO/tao/Object_Proxy_Impl.h
index 97a28bee81d..e6b1640214d 100644
--- a/TAO/tao/Object_Proxy_Impl.h
+++ b/TAO/tao/Object_Proxy_Impl.h
@@ -49,6 +49,11 @@ public:
CORBA_Environment &ACE_TRY_ENV
) = 0;
+ virtual CORBA_Object_ptr _get_component (
+ const CORBA::Object_ptr target,
+ CORBA_Environment &ACE_TRY_ENV
+ ) = 0;
+
#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
protected: