summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-25 19:09:17 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-25 19:09:17 +0000
commitbaaf101be37eb40c5f31b8f39555e2aa888dc586 (patch)
tree600212efe010ca3044779d132b160038d5d2a47b /TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
parent59085e5fc008e20afd74ed789342aea5157b7258 (diff)
downloadATCD-baaf101be37eb40c5f31b8f39555e2aa888dc586.tar.gz
ChangeLogTag: Tue Jan 25 09:59:28 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
index f2628b87477..7a8b7b82606 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
@@ -411,8 +411,7 @@ TAO_AV_Core::init_forward_flows (TAO_Base_StreamEndPoint *endpoint,
}
}
- AVStreams::flowSpec new_flowspec (ACE_static_cast (CORBA::ULong,
- flow_spec_set.size ()));
+ AVStreams::flowSpec new_flowspec (static_cast<CORBA::ULong>(flow_spec_set.size ()));
int i=0;
TAO_AV_FlowSpecSetItor connect_end = address_flow_set.end ();
TAO_AV_FlowSpecSetItor connect = address_flow_set.begin ();