summaryrefslogtreecommitdiff
path: root/TAO/tao/params.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-06 05:33:39 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-06 05:33:39 +0000
commit5f5c2cb54f4e47511ab693f6405e832218e13caf (patch)
tree773affefc80c7bd962d4b4181dc85c11a4ce91db /TAO/tao/params.i
parent73b37fa3573b2ec16f3ed5309eaddd8861cd1130 (diff)
downloadATCD-5f5c2cb54f4e47511ab693f6405e832218e13caf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r--TAO/tao/params.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i
index 80ffd7fc7c4..38f57ba55f2 100644
--- a/TAO/tao/params.i
+++ b/TAO/tao/params.i
@@ -76,7 +76,7 @@ TAO_ORB_Parameters::~TAO_ORB_Parameters (void)
}
ACE_INLINE void
-TAO_ORB_Parameters::addr (ACE_INET_Addr &addr)
+TAO_ORB_Parameters::addr (const ACE_INET_Addr &addr)
{
this->addr_ = addr;
}
@@ -88,12 +88,12 @@ TAO_ORB_Parameters::addr (void)
}
ACE_INLINE void
-TAO_ORB_Parameters::name_service_ior (CORBA::String &ns)
+TAO_ORB_Parameters::name_service_ior (CORBA::String ns)
{
this->name_service_ior_ = ns;
}
-ACE_INLINE const CORBA::String &
+ACE_INLINE CORBA::String
TAO_ORB_Parameters::name_service_ior (void)
{
return this->name_service_ior_;