summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Consumer_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Consumer_i.cpp')
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/examples/Callback_Quoter/Consumer_i.cpp b/TAO/examples/Callback_Quoter/Consumer_i.cpp
index 131e606e112..871286236c1 100644
--- a/TAO/examples/Callback_Quoter/Consumer_i.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_i.cpp
@@ -29,7 +29,6 @@ Consumer_i::~Consumer_i (void)
void
Consumer_i::push (const Callback_Quoter::Info &data)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// On getting the needed information you now proceed to the next
// step, which could be obtaining the shares.
@@ -42,7 +41,6 @@ Consumer_i::push (const Callback_Quoter::Info &data)
void
Consumer_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Instruct the ORB to shutdown.