summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-01 22:20:44 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-01 22:20:44 +0000
commitfe9f94ebfcc7df06284634e9d187b24a14b138de (patch)
treefb08b886cb364e3527754ffa7b3c1ab7b667f32f /TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile
parenta185ce6818bc1f4952b082680611525794ceeaf0 (diff)
downloadATCD-fe9f94ebfcc7df06284634e9d187b24a14b138de.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp b/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp
index e14bc5b9420..50247d880d6 100644
--- a/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp
@@ -316,8 +316,13 @@ Client::run (void)
&addr);
flow_spec [0] = CORBA::string_dup (entry.entry_to_string ());
flow_spec.length (1);
+
+ AVStreams::MMDevice_var client_mmdevice =
+ this->client_mmdevice_._this (ACE_TRY_ENV);
+ ACE_TRY_CHECK;
+
CORBA::Boolean result =
- this->streamctrl_.bind_devs (this->client_mmdevice_._this (ACE_TRY_ENV),
+ this->streamctrl_.bind_devs (client_mmdevice.in (),
AVStreams::MMDevice::_nil (),
the_qos.inout (),
flow_spec,