summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Bank_Client_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/Bank_Client_i.cpp')
-rw-r--r--TAO/examples/Simple/bank/Bank_Client_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/bank/Bank_Client_i.cpp b/TAO/examples/Simple/bank/Bank_Client_i.cpp
index 53431f45e4a..cb329902373 100644
--- a/TAO/examples/Simple/bank/Bank_Client_i.cpp
+++ b/TAO/examples/Simple/bank/Bank_Client_i.cpp
@@ -35,7 +35,7 @@ Bank_Client_i::run (const char *name,
if (client.shutdown () == 1)
client->shutdown ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
"\nException caught in run\n"));
@@ -61,7 +61,7 @@ Bank_Client_i::check_accounts (void )
"\nTests for overdrafts\n"));
this->test_for_overdraft ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
"From Bank_Client_i::check_accounts()"));