summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Profile.cpp')
-rw-r--r--TAO/tao/UIOP_Profile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/UIOP_Profile.cpp b/TAO/tao/UIOP_Profile.cpp
index b01ac0b4189..ea3aebb26a1 100644
--- a/TAO/tao/UIOP_Profile.cpp
+++ b/TAO/tao/UIOP_Profile.cpp
@@ -23,7 +23,7 @@ static const char prefix_[] = "uiop";
const char TAO_UIOP_Profile::object_key_delimiter_ = '|';
-char
+char
TAO_UIOP_Profile::object_key_delimiter (void) const
{
return TAO_UIOP_Profile::object_key_delimiter_;
@@ -315,7 +315,7 @@ TAO_UIOP_Profile::decode (TAO_InputCDR& cdr)
if (minor <= TAO_DEF_GIOP_MINOR)
this->version_.minor = minor;
-
+
char *rendezvous = 0;
// Get rendezvous_point
@@ -324,7 +324,7 @@ TAO_UIOP_Profile::decode (TAO_InputCDR& cdr)
ACE_DEBUG ((LM_DEBUG, "error decoding UIOP rendezvous_point"));
return -1;
}
-
+
if (this->object_addr_.set (rendezvous) == -1)
{
if (TAO_debug_level > 0)