summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-01 02:11:18 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-01 02:11:18 +0000
commitcd7b44950528bab3760c59c1ee4643d1a36eae52 (patch)
tree3b42b18103adfb404a240ab61d9230500d3ba1da /TAO/tao/ORB.h
parentf5c385aea0df2828f46303c67290439fc8b0cd04 (diff)
downloadATCD-cd7b44950528bab3760c59c1ee4643d1a36eae52.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index fa72c08e2c9..db4b303a52a 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -728,18 +728,11 @@ protected:
private:
- CORBA_Object_ptr resolve_name_service (ACE_Time_Value *timeout,
- CORBA::Environment& ACE_TRY_ENV);
- // Resolve the name service
-
- CORBA_Object_ptr resolve_trading_service (ACE_Time_Value *timeout,
- CORBA::Environment& ACE_TRY_ENV);
- // Resolve the trading object reference.
-
- CORBA_Object_ptr resolve_implrepo_service (ACE_Time_Value *timeout,
- CORBA::Environment& ACE_TRY_ENV);
- // Resolve the Implementation Repository object reference.
-
+ CORBA_Object_ptr resolve_service (MCAST_SERVICEID service_id,
+ ACE_Time_Value *timeout,
+ CORBA::Environment& ACE_TRY_ENV);
+ // Resolve the given service based on the service ID.
+
int multicast_query (char* &buf,
const char *service_name,
u_short port,