summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-06 18:57:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-06 18:57:22 +0000
commit6f29619cd98ee94a45aba98903ba42bb7ce0989b (patch)
tree9be1b894dc0fbdedff7511f2adef593b9bf066a6 /TAO/tao/IIOP_Profile.i
parent2c7b68ad2c3780dc93f81b8495942ad91bc1ed06 (diff)
downloadATCD-6f29619cd98ee94a45aba98903ba42bb7ce0989b.tar.gz
.
Diffstat (limited to 'TAO/tao/IIOP_Profile.i')
-rw-r--r--TAO/tao/IIOP_Profile.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Profile.i b/TAO/tao/IIOP_Profile.i
index 303dc36992a..3d8ccb15635 100644
--- a/TAO/tao/IIOP_Profile.i
+++ b/TAO/tao/IIOP_Profile.i
@@ -108,6 +108,7 @@ TAO_IIOP_Profile::_object_key_ (void)
ACE_INLINE int
TAO_IIOP_Profile::reset_object_addr (void)
{
- return this->object_addr_.set (this->port_, this->host_);
+ return this->object_addr_.set (this->port_,
+ this->host_);
}
#endif /* TAO_USES_FLICK */