summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Proxy_Broker.h
diff options
context:
space:
mode:
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 */
};
}