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