summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2010-09-01 00:03:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2010-09-01 00:03:00 +0000
commit65aec26f5a9fe1ad5783366fa3fdf5af4b81fae3 (patch)
tree4d4673e28b7de1ff26101c4e8879fdeb3e5899ed /TAO/orbsvcs
parentdfe6e0c8c204be1852a4122b6ec7b6a015f26a94 (diff)
downloadATCD-65aec26f5a9fe1ad5783366fa3fdf5af4b81fae3.tar.gz
ChangeLogTag:Tue
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp
index 96e58b00d61..c6c39506b9e 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp
@@ -1,4 +1,3 @@
-
//=============================================================================
/**
* @file AVStreams_i.cpp
@@ -161,12 +160,12 @@ TAO_Basic_StreamCtrl::start (const AVStreams::flowSpec &flow_spec)
}
catch (const AVStreams::noSuchFlow&)
{
- throw;
+ throw;
}
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception ("TAO_Basic_StreamCtrl::start");
- throw;
+ throw;
}
catch(...)
{
@@ -453,12 +452,12 @@ TAO_StreamCtrl::stop (const AVStreams::flowSpec &flow_spec)
}
catch (const AVStreams::noSuchFlow&)
{
- throw;
+ throw;
}
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception ("TAO_StreamCtrl::stop");
- throw;
+ throw;
}
catch(...)
{
@@ -491,12 +490,12 @@ TAO_StreamCtrl::start (const AVStreams::flowSpec &flow_spec)
}
catch (const AVStreams::noSuchFlow&)
{
- throw;
+ throw;
}
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception ("TAO_StreamCtrl::start");
- throw;
+ throw;
}
catch(...)
{
@@ -3407,7 +3406,7 @@ TAO_FlowConnection::stop (void)
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception ("TAO_FlowConnection::stop");
- throw;
+ throw;
}
catch(...)
{
@@ -3440,12 +3439,12 @@ TAO_FlowConnection::start (void)
}
catch (const AVStreams::noSuchFlow&)
{
- throw;
+ throw;
}
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception ("TAO_FlowConnection::start");
- throw;
+ throw;
}
catch(...)
{