summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Transport.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-25 06:23:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-25 06:23:35 +0000
commit371e567d6cf707a288f88285c11cd44da86e6e7b (patch)
treeb9d0c05b6dafb934272c14be7a50457e7770d0b9 /TAO/tao/Strategies/SCIOP_Transport.cpp
parente564504e93358fe8583e0ce3f5894a10f359d247 (diff)
downloadATCD-371e567d6cf707a288f88285c11cd44da86e6e7b.tar.gz
ChangeLogTag:Thu Feb 24 22:19:33 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Transport.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Transport.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Transport.cpp b/TAO/tao/Strategies/SCIOP_Transport.cpp
index 0fbaca58cda..aa75017ed3b 100644
--- a/TAO/tao/Strategies/SCIOP_Transport.cpp
+++ b/TAO/tao/Strategies/SCIOP_Transport.cpp
@@ -251,7 +251,7 @@ TAO_SCIOP_Transport::tear_listen_point_list (TAO_InputCDR &cdr)
if ((cdr >> ACE_InputCDR::to_boolean (byte_order)) == 0)
return -1;
- cdr.reset_byte_order (ACE_static_cast (int, byte_order));
+ cdr.reset_byte_order (static_cast<int> (byte_order));
IIOP::ListenPointList listen_list;
if ((cdr >> listen_list) == 0)
@@ -317,8 +317,7 @@ TAO_SCIOP_Transport::get_listen_point (
TAO_Acceptor *acceptor)
{
TAO_SCIOP_Acceptor *sciop_acceptor =
- ACE_dynamic_cast (TAO_SCIOP_Acceptor *,
- acceptor );
+ dynamic_cast<TAO_SCIOP_Acceptor *> (acceptor );
// Get the array of endpoints serviced by TAO_SCIOP_Acceptor
const ACE_INET_Addr *endpoint_addr =