diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-03-06 18:57:22 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-03-06 18:57:22 +0000 |
commit | 6f29619cd98ee94a45aba98903ba42bb7ce0989b (patch) | |
tree | 9be1b894dc0fbdedff7511f2adef593b9bf066a6 /TAO/tao/IIOP_Profile.i | |
parent | 2c7b68ad2c3780dc93f81b8495942ad91bc1ed06 (diff) | |
download | ATCD-6f29619cd98ee94a45aba98903ba42bb7ce0989b.tar.gz |
.
Diffstat (limited to 'TAO/tao/IIOP_Profile.i')
-rw-r--r-- | TAO/tao/IIOP_Profile.i | 3 |
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 */ |