summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Callback/Server_i.h')
-rw-r--r--TAO/performance-tests/Callback/Server_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/performance-tests/Callback/Server_i.h b/TAO/performance-tests/Callback/Server_i.h
index 1f2218083f2..87f5e0640ac 100644
--- a/TAO/performance-tests/Callback/Server_i.h
+++ b/TAO/performance-tests/Callback/Server_i.h
@@ -17,15 +17,12 @@ public:
/// Implement the CORBA methods
//@{
- void set_callback (Test::Callback_ptr callback)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void set_callback (Test::Callback_ptr callback);
void request (Test::TimeStamp,
- const Test::Payload &)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const Test::Payload &);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
//@}