summaryrefslogtreecommitdiff
path: root/TAO/tao/SHMIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SHMIOP_Profile.cpp')
-rw-r--r--TAO/tao/SHMIOP_Profile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/SHMIOP_Profile.cpp b/TAO/tao/SHMIOP_Profile.cpp
index 3dd9b9b8ce7..deef810e314 100644
--- a/TAO/tao/SHMIOP_Profile.cpp
+++ b/TAO/tao/SHMIOP_Profile.cpp
@@ -176,7 +176,7 @@ TAO_SHMIOP_Profile::decode (TAO_InputCDR& cdr)
return -1;
}
- if (this->object_addr_.set (this->port_,
+ if (this->object_addr_.set (this->port_,
this->host_.in ()) == -1)
{
if (TAO_debug_level > 0)
@@ -306,7 +306,7 @@ TAO_SHMIOP_Profile::parse_string (const char *string,
this->host_ = tmp._retn ();
- if (this->object_addr_.set (this->port_,
+ if (this->object_addr_.set (this->port_,
this->host_.in ()) == -1)
{
if (TAO_debug_level > 0)
@@ -406,7 +406,7 @@ TAO_SHMIOP_Profile::operator= (const TAO_SHMIOP_Profile &src)
this->object_key_ = src.object_key_;
this->object_addr_.set (src.object_addr_);
-
+
this->port_ = src.port_;
this->host_ = src.host_;