summaryrefslogtreecommitdiff
path: root/TAO/tao/Remote_Invocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Remote_Invocation.cpp')
-rw-r--r--TAO/tao/Remote_Invocation.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/Remote_Invocation.cpp b/TAO/tao/Remote_Invocation.cpp
index d2893173fbf..10c0805d385 100644
--- a/TAO/tao/Remote_Invocation.cpp
+++ b/TAO/tao/Remote_Invocation.cpp
@@ -77,9 +77,7 @@ namespace TAO
CORBA::ULong index = 0;
IOP::IOR *ior_info = 0;
int const retval =
- this->resolver_.stub ()->create_ior_info (ior_info,
- index
- );
+ this->resolver_.stub ()->create_ior_info (ior_info, index);
if (retval == -1)
{
@@ -95,8 +93,7 @@ namespace TAO
return;
}
- target_spec.target_specifier (*ior_info,
- index);
+ target_spec.target_specifier (*ior_info, index);
break;
}
@@ -129,8 +126,6 @@ namespace TAO
{
throw ::CORBA::MARSHAL ();
}
-
- return;
}
Invocation_Status
@@ -141,7 +136,7 @@ namespace TAO
TAO_Protocols_Hooks *tph =
this->resolver_.stub ()->orb_core ()->get_protocols_hooks ();
- CORBA::Boolean set_client_network_priority =
+ CORBA::Boolean const set_client_network_priority =
tph->set_client_network_priority (this->resolver_.transport ()->tag (),
this->resolver_.stub ());