summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp')
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp b/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
index a6a559e08b7..65d25959c76 100644
--- a/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
+++ b/TAO/examples/Callback_Quoter/Consumer_Input_Handler.cpp
@@ -190,7 +190,7 @@ Consumer_Input_Handler::quit_consumer_process ()
{
this->consumer_handler_->consumer_servant_->shutdown ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}