summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-06 01:58:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-06 01:58:49 +0000
commitfebb88d7e7100106a46240de7c16894914ac0b6a (patch)
treeb260265cc120a10cc7f94c0355ca7dedeefd2d6a /TAO/tao/params.h
parent5ca476dc47071f998699a9709971e352d734ed5c (diff)
downloadATCD-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.h6
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.