summaryrefslogtreecommitdiff
path: root/TAO/tao/params.i
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-18 07:10:00 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-18 07:10:00 +0000
commite5038b565d810c160831d2755893427cb6d1c6b4 (patch)
tree2ce52b0a6901d8a7c561c664995c02ff50723be3 /TAO/tao/params.i
parent3028c2dfc0af7ef64b344ed65d5b2889a450d965 (diff)
downloadATCD-e5038b565d810c160831d2755893427cb6d1c6b4.tar.gz
ChangeLogTag:Tue Oct 18 00:08:30 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r--TAO/tao/params.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i
index a7a6a424d65..92a8a9e936a 100644
--- a/TAO/tao/params.i
+++ b/TAO/tao/params.i
@@ -76,14 +76,14 @@ TAO_ORB_Parameters::linger (int x)
ACE_INLINE void
-TAO_ORB_Parameters::service_port (TAO_MCAST_SERVICEID service_id,
+TAO_ORB_Parameters::service_port (TAO::MCAST_SERVICEID service_id,
CORBA::UShort port)
{
this->service_port_[service_id] = port;
}
ACE_INLINE CORBA::UShort
-TAO_ORB_Parameters::service_port (TAO_MCAST_SERVICEID service_id) const
+TAO_ORB_Parameters::service_port (TAO::MCAST_SERVICEID service_id) const
{
return this->service_port_[service_id];
}