summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-30 16:44:29 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-30 16:44:29 +0000
commit2c37087c045ece0c53f7a74a7073cf6020da3e4c (patch)
tree9705d4e75eab6e5ee2c85f48b6c18a45ea76880a /TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
parent749232a6eec4c132770707f0cbf553555aaa37f3 (diff)
downloadATCD-2c37087c045ece0c53f7a74a7073cf6020da3e4c.tar.gz
ChangeLogTag: Fri Mar 30 10:32:06 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h')
-rw-r--r--TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h b/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
index 5ea93784c09..c8bd14f1a39 100644
--- a/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
+++ b/TAO/tao/PortableServer/Direct_Object_Proxy_Impl.h
@@ -34,7 +34,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-class TAO_PortableServer_Export TAO_Direct_Object_Proxy_Impl : public virtual TAO_Object_Proxy_Impl
+class TAO_PortableServer_Export TAO_Direct_Object_Proxy_Impl :
+ public virtual TAO_Object_Proxy_Impl
{
// = TITLE
// TAO_Direct_Object_Proxy_Impl
@@ -57,6 +58,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 */
};