summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-21 22:24:49 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-21 22:24:49 +0000
commit057ea357f5316ac1e71a2bd33cdf2090f647345a (patch)
tree327bec2ba45b4f785f14c123d2b1e88ae12ea208
parentd9f3d3cdd19ba3b47cdfdd6d3c5f8b0ecdb86650 (diff)
downloadATCD-057ea357f5316ac1e71a2bd33cdf2090f647345a.tar.gz
ChangeLogTag: Wed Nov 21 16:50:16 2001 Craig Rodrigues <crodrigu@bbn.com>
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/receiver.cpp6
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp8
2 files changed, 6 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/receiver.cpp b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/receiver.cpp
index 01db8276c67..6bceacbf55b 100644
--- a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/receiver.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/receiver.cpp
@@ -301,12 +301,6 @@ main (int argc,
ACE_TRY_CHECK;
// Initialize the AVStreams components.
- TAO_AV_CORE::instance ()->init (orb.in (),
- root_poa.in (),
- ACE_TRY_ENV);
- ACE_TRY_CHECK;
-
- // Initialize the AVStreams components.
TAO_AV_CORE::instance ()->init (orb.in (), root_poa.in (), ACE_TRY_ENV);
ACE_TRY_CHECK;
diff --git a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
index 29b7c11553c..63dab991dd3 100644
--- a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/sender.cpp
@@ -450,9 +450,13 @@ main (int argc,
ACE_TRY_CHECK;
// Initialize the AV Stream components.
- TAO_AV_CORE::instance ()->init (orb.in (),
+/* TAO_AV_CORE::instance ()->init (orb.in (),
root_poa.in (),
- ACE_TRY_ENV);
+ ACE_TRY_ENV); */
+ ACE_TRY_CHECK;
+
+ // Initialize the AVStreams components.
+ TAO_AV_CORE::instance ()->init (orb.in (), root_poa.in (), ACE_TRY_ENV);
ACE_TRY_CHECK;
// Initialize the Sender.