summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
index b09446f5468..b6a113c5e18 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
@@ -68,7 +68,6 @@ Receiver_StreamEndPoint::handle_connection_requested (AVStreams::flowSpec &flows
/// Store the related streamctrl.
connection_manager->add_streamctrl (flowname.c_str (),
this);
-
}
return 1;
}
@@ -262,8 +261,6 @@ Receiver::shut_down (void)
this->connection_manager_.unbind_receiver (this->sender_name_,
this->receiver_name_,
mmdevice_obj.in ());
-
-
}
catch (const CORBA::Exception& ex)
{