summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h')
-rw-r--r--TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h b/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
index c8bd14f1a39..2fe1b143fba 100644
--- a/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
+++ b/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
@@ -34,7 +34,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-class TAO_PortableServer_Export TAO_Direct_Object_Proxy_Impl :
+class TAO_PortableServer_Export TAO_Direct_Object_Proxy_Impl :
public virtual TAO_Object_Proxy_Impl
{
// = TITLE
@@ -63,6 +63,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 */
};