summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp
index 0b7549beec3..5061099ae04 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp
@@ -312,7 +312,7 @@ TAO::HTIOP::Connector::cancel_svc_handler (
TAO_Connection_Handler * svc_handler)
{
TAO::HTIOP::Connection_Handler* handler=
- dynamic_cast<TAO::HTIOP::Connection_Handler*>(svc_handler);
+ dynamic_cast<TAO::HTIOP::Connection_Handler*> (svc_handler);
if (handler)
{