summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Consumer_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Consumer_i.h')
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_i.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/examples/Callback_Quoter/Consumer_i.h b/TAO/examples/Callback_Quoter/Consumer_i.h
index 63eef5a0380..319214fb627 100644
--- a/TAO/examples/Callback_Quoter/Consumer_i.h
+++ b/TAO/examples/Callback_Quoter/Consumer_i.h
@@ -40,10 +40,12 @@ public:
// Destructor.
void push (const Callback_Quoter::Info & data,
- CORBA_Environment& TAO_TRY_ENV);
+ CORBA_Environment& TAO_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Gets the stock information from the Notifier.
- virtual void shutdown (CORBA::Environment &TAO_TRY_ENV);
+ virtual void shutdown (CORBA::Environment &TAO_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Used to get the consumer to shut down.
void orb (CORBA::ORB_ptr o);