summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-09 23:47:48 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-09 23:47:48 +0000
commit68cfe1de00a75d067bd3cc24f48886d5906f839a (patch)
treecb58bdaa656a61fc8511d1a58c3bbb6b6cfa28b3 /TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
parent170adc5c5ff131011378f4059dbb4cee620b2e79 (diff)
downloadATCD-68cfe1de00a75d067bd3cc24f48886d5906f839a.tar.gz
ChangeLogTag:Fri Dec 9 15:30:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
index a67127184d2..fddc3f33551 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp
@@ -1,14 +1,14 @@
// $Id$
-#include "AV/AV_Core.h"
-#include "AV/Transport.h"
-#include "AV/FlowSpec_Entry.h"
-#include "AV/Protocol_Factory.h"
+#include "AV_Core.h"
+#include "Transport.h"
+#include "FlowSpec_Entry.h"
+#include "Protocol_Factory.h"
#include "ace/Dynamic_Service.h"
-#include "AV/UDP.h"
-#include "AV/TCP.h"
-#include "AV/RTP.h"
-#include "AV/RTCP.h"
-#include "AV/sfp.h"
+#include "UDP.h"
+#include "TCP.h"
+#include "RTP.h"
+#include "RTCP.h"
+#include "sfp.h"
//------------------------------------------------------------
// TAO_AV_Core
@@ -343,9 +343,9 @@ 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 (i = 0; i < new_flowspec.length (); i++)
+ for (unsigned int j = 0; j < new_flowspec.length (); j++)
{
- flow_spec [i] = new_flowspec [i];
+ flow_spec [j] = new_flowspec [j];
}
}
break;