summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
index cb04764a6fb..2bcd5056f58 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
@@ -64,7 +64,7 @@ TAO_FT_Invocation_Endpoint_Selector::select_primary (
{
// Grab the forwarded list
TAO_MProfile *prof_list =
- const_cast<TAO_MProfile *>(r->stub ()->forward_profiles ());
+ const_cast<TAO_MProfile *> (r->stub ()->forward_profiles ());
TAO_MProfile &basep = r->stub ()->base_profiles ();
@@ -117,7 +117,7 @@ TAO_FT_Invocation_Endpoint_Selector::select_secondary (
{
// Grab the forwarded list
TAO_MProfile *prof_list =
- const_cast<TAO_MProfile *>(r->stub ()->forward_profiles ());
+ const_cast<TAO_MProfile *> (r->stub ()->forward_profiles ());
TAO_MProfile &basep =
r->stub ()->base_profiles ();