summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/AccountManager_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/AccountManager_i.cpp')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.cpp b/TAO/examples/Simple/bank/AccountManager_i.cpp
index 51befcb7a8d..2cc8345a076 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.cpp
+++ b/TAO/examples/Simple/bank/AccountManager_i.cpp
@@ -46,7 +46,6 @@ AccountManager_i::set_orb_manager (TAO_ORB_Manager *orb_manager)
Bank::Account_ptr
AccountManager_i::open (const char *name,
CORBA::Float initial_balance)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
Account_i *result = 0;
@@ -91,7 +90,6 @@ AccountManager_i::open (const char *name,
void
AccountManager_i::close (Bank::Account_ptr account)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
try
{
@@ -118,7 +116,6 @@ AccountManager_i::close (Bank::Account_ptr account)
void
AccountManager_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"\n[SERVER] Process/Thread Id : (%P/%t) %s\n",