summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/test_i.h')
-rw-r--r--TAO/examples/POA/Generic_Servant/test_i.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/examples/POA/Generic_Servant/test_i.h b/TAO/examples/POA/Generic_Servant/test_i.h
index 6c0ff86e610..24094760497 100644
--- a/TAO/examples/POA/Generic_Servant/test_i.h
+++ b/TAO/examples/POA/Generic_Servant/test_i.h
@@ -25,24 +25,19 @@ public:
PortableServer::POA_ptr _default_POA (void);
// Returns the Default POA of this servant
- void method (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void method (void);
// A twoway operation.
- void oneway_method (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void oneway_method (void);
// A oneway operation.
- void timed_method (CORBA::ULong timeout)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void timed_method (CORBA::ULong timeout);
// A timed twoway operation.
- void timed_oneway_method (CORBA::ULong timeout)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void timed_oneway_method (CORBA::ULong timeout);
// A timed twoway operation.
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
// Shutdown the ORB
void sleep (CORBA::ULong timeout,