summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Process.h')
-rw-r--r--TAO/tests/Client_Leaks/Process.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Client_Leaks/Process.h b/TAO/tests/Client_Leaks/Process.h
index 66e56de62de..dab625cabb5 100644
--- a/TAO/tests/Client_Leaks/Process.h
+++ b/TAO/tests/Client_Leaks/Process.h
@@ -17,11 +17,9 @@ public:
Process (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual CORBA::Long get_process_id (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long get_process_id (void);
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
private:
/// Use an ORB reference to conver strings to objects and shutdown