diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-05 19:13:14 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-05 19:13:14 +0000 |
commit | 1b1499ded161f2ed308908bcfd48d97e2fa4424c (patch) | |
tree | eb02a8fd8675112d8b070a0a5ba33b65b0aa637f /TAO/tao/ORB.h | |
parent | 05b459a2a0b9e9a7620dc969a2eb707f0c864145 (diff) | |
download | ATCD-1b1499ded161f2ed308908bcfd48d97e2fa4424c.tar.gz |
ChangeLogTag: Wed Sep 5 12:10:40 2001 Priyanka Gontla <gontla_p@ociweb.com>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 34cc99d792c..953ce94aca5 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -36,7 +36,8 @@ typedef enum TAO_SERVICEID_NAMESERVICE, TAO_SERVICEID_TRADINGSERVICE, TAO_SERVICEID_IMPLREPOSERVICE, - TAO_SERVICEID_INTERFACEREPOSERVICE + TAO_SERVICEID_INTERFACEREPOSERVICE, + TAO_SERVICEID_MCASTSERVER } TAO_Service_ID; /// Forward declarations. @@ -552,20 +553,6 @@ private: ACE_Time_Value *timeout, CORBA::Environment& ACE_TRY_ENV); - int multicast_query (char* &buf, - const char *service_name, - u_short port, - ACE_Time_Value *timeout); - - // returns and IOR string, the client is responsible for freeing - // memory! - - /// Resolve the reference of a service of type <name>. - CORBA_Object_ptr multicast_to_service (const char *service_name, - u_short port, - ACE_Time_Value *timeout, - CORBA::Environment& ACE_TRY_ENV); - /// Convert an OMG IOR into an object reference. CORBA::Object_ptr ior_string_to_object (const char* ior, CORBA::Environment &ACE_TRY_ENV); |