diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-06 01:58:49 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-06 01:58:49 +0000 |
commit | febb88d7e7100106a46240de7c16894914ac0b6a (patch) | |
tree | b260265cc120a10cc7f94c0355ca7dedeefd2d6a /TAO/tao/params.h | |
parent | 5ca476dc47071f998699a9709971e352d734ed5c (diff) | |
download | ATCD-febb88d7e7100106a46240de7c16894914ac0b6a.tar.gz |
ChangeLogTag:Sat Jan 5 17:54:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r-- | TAO/tao/params.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index 661bc64b482..401634c3a11 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -84,8 +84,8 @@ public: void add_endpoint (ACE_CString &endpoint); /// Set/Get the port of services locatable through multicast. - CORBA::UShort service_port (MCAST_SERVICEID service_id) const; - void service_port (MCAST_SERVICEID service_id, CORBA::UShort port); + CORBA::UShort service_port (TAO_MCAST_SERVICEID service_id) const; + void service_port (TAO_MCAST_SERVICEID service_id, CORBA::UShort port); /// Get/Set address:port for Multicast Discovery Protocol for /// the Naming Service. @@ -170,7 +170,7 @@ private: TAO_EndpointSet endpoints_list_; /// Port numbers of the configured services. - CORBA::UShort service_port_[NO_OF_MCAST_SERVICES]; + CORBA::UShort service_port_[TAO_NO_OF_MCAST_SERVICES]; /// address:port for Multicast Discovery Protocol for the Naming /// Service. |