summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-13 05:34:28 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-13 05:34:28 +0000
commit445f31fb3b607815e1ea380fc2e31aa05a09dfe2 (patch)
treef91b791af584c3ce85c5c03eaab033066656b37e /TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
parentc0936c478059fb9f20c219202f1575ad1ef9fb0e (diff)
downloadATCD-445f31fb3b607815e1ea380fc2e31aa05a09dfe2.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp24
1 files changed, 13 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
index fddc3f33551..d74f532aa9e 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
@@ -1,14 +1,16 @@
// $Id$
-#include "AV_Core.h"
-#include "Transport.h"
-#include "FlowSpec_Entry.h"
-#include "Protocol_Factory.h"
+#include "orbsvcs/AV/AV_Core.h"
+#include "orbsvcs/AV/FlowSpec_Entry.h"
+#include "orbsvcs/AV/Transport.h"
+#include "orbsvcs/AV/Protocol_Factory.h"
#include "ace/Dynamic_Service.h"
-#include "UDP.h"
-#include "TCP.h"
-#include "RTP.h"
-#include "RTCP.h"
-#include "sfp.h"
+#include "orbsvcs/AV/UDP.h"
+#include "orbsvcs/AV/TCP.h"
+#include "orbsvcs/AV/RTP.h"
+#include "orbsvcs/AV/RTCP.h"
+#include "orbsvcs/AV/sfp.h"
+
+
//------------------------------------------------------------
// TAO_AV_Core
@@ -112,7 +114,7 @@ TAO_AV_Core::reactor (void)
int
TAO_AV_Core::init (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa,
- CORBA::Environment &env)
+ CORBA::Environment&)
{
if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG,"TAO_AV_Core::init "));
this->orb_ = CORBA::ORB::_duplicate (orb);
@@ -343,7 +345,7 @@ TAO_AV_Core::init_forward_flows (TAO_Base_StreamEndPoint *endpoint,
// int index = flow_spec.length () + 1;
int index = new_flowspec.length ();
flow_spec.length (index);
- for (unsigned int j = 0; j < new_flowspec.length (); j++)
+ for (i = 0; i < index; i++)
{
flow_spec [j] = new_flowspec [j];
}