summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
commitbab98625fb5f60a540d952f0a76535455d347e31 (patch)
tree7c5edd25e1ba9abeb35eefeab15cbecbcdcca9a0 /TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
parenta7dd3fdc7192aaa06885efdd21f1421eda88c5cd (diff)
downloadATCD-bab98625fb5f60a540d952f0a76535455d347e31.tar.gz
ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin <jtc@acorntoolworks.com>
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 ();