diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-23 21:06:52 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-23 21:06:52 +0000 |
commit | 6043430680b8e81a9b9060586669e5fae32b916c (patch) | |
tree | f8772d7dc48ec6c5adc069b9ac2fa68e8c5f60ae /TAO/tao/Object_Proxy_Impl.h | |
parent | 7302950169ebee6157fb4f74747b63433f9be622 (diff) | |
download | ATCD-CCM-Core.tar.gz |
ChangeLogTag:Thu Aug 23 15:54:44 2001 Nanbor Wang <nanbor@cs.wustl.edu>CCM-Core
Diffstat (limited to 'TAO/tao/Object_Proxy_Impl.h')
-rw-r--r-- | TAO/tao/Object_Proxy_Impl.h | 5 |
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: |