summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h')
-rw-r--r--TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h b/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
index 66cd2413034..93c0832c312 100644
--- a/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
+++ b/TAO/tao/PortableServer/ThruPOA_Object_Proxy_Impl.h
@@ -56,6 +56,11 @@ public:
virtual CORBA::Boolean _non_existent (const CORBA::Object_ptr target,
CORBA_Environment &ACE_TRY_ENV);
+ virtual CORBA_InterfaceDef_ptr _get_interface (
+ const CORBA::Object_ptr target,
+ CORBA_Environment &ACE_TRY_ENV
+ );
+
#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
};