summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp b/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp
index 4b9f16c1999..e2958400895 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.cpp
@@ -31,7 +31,6 @@ Signal_Handler::handle_signal (int signum, siginfo_t *, ucontext_t*)
"In the signal handler\n"));
g_shutdown = 1;
-
}
return 0;
}
@@ -157,7 +156,6 @@ Sender::shut_down (void)
SENDER::instance ()->connection_manager ().unbind_sender (this->sender_name_,
mmdevice.in ());
-
}
catch (const CORBA::Exception& ex)
{
@@ -326,7 +324,6 @@ Sender::pace_data (void)
this->shut_down ();
break;
-
}
this->mb_.wr_ptr (n);
@@ -365,7 +362,6 @@ Sender::pace_data (void)
/// Run the orb for the wait time so the sender can
/// continue other orb requests.
TAO_AV_CORE::instance ()->orb ()->run (wait_time);
-
}
}
@@ -396,7 +392,6 @@ Sender::pace_data (void)
/// Reset the message block.
this->mb_.reset ();
-
} /// end while
}