summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/PP_Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Pluggable/PP_Test_i.h')
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_i.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/performance-tests/Pluggable/PP_Test_i.h b/TAO/performance-tests/Pluggable/PP_Test_i.h
index 7950a0fb248..02687f34a64 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_i.h
+++ b/TAO/performance-tests/Pluggable/PP_Test_i.h
@@ -34,16 +34,13 @@ public:
~PP_Test_i (void);
// Destructor
- virtual void send_oneway (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void send_oneway (CORBA::Environment &env);
// Test a oneway call.
- virtual void send_void (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void send_void (CORBA::Environment &env);
// Test a twoway call.
- virtual void shutdown (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (CORBA::Environment &env);
// Shutdown routine.
protected:
@@ -65,8 +62,7 @@ public:
~Pluggable_Test_Factory_i (void);
// Destructor.
- virtual Pluggable_Test_ptr make_pluggable_test (CORBA::Environment &env)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual Pluggable_Test_ptr make_pluggable_test (CORBA::Environment &env);
// Make a Pluggable Test object.
private: