summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Proxy_Broker.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-25 18:04:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-25 18:04:42 +0000
commitb6e503f3b353342c530f1ed55aa74c8387451073 (patch)
treeae808797e7cd4453717b6025cd521baa97a84cdf /TAO/tao/Object_Proxy_Broker.h
parent0e528ee24f141f07c527e98d294ee02cb6ef6415 (diff)
downloadATCD-b6e503f3b353342c530f1ed55aa74c8387451073.tar.gz
ChangeLogTag: Mon Jul 25 15:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object_Proxy_Broker.h')
-rw-r--r--TAO/tao/Object_Proxy_Broker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Object_Proxy_Broker.h b/TAO/tao/Object_Proxy_Broker.h
index de46ccee6e1..1d1e35f0c1a 100644
--- a/TAO/tao/Object_Proxy_Broker.h
+++ b/TAO/tao/Object_Proxy_Broker.h
@@ -72,6 +72,9 @@ namespace TAO
virtual CORBA::Object_ptr _get_component (CORBA::Object_ptr target
ACE_ENV_ARG_DECL) = 0;
+ virtual char * _repository_id (CORBA::Object_ptr target
+ ACE_ENV_ARG_DECL) = 0;
+
#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
};
}