summaryrefslogtreecommitdiff
path: root/TAO/tests/DLL_ORB/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DLL_ORB/Test_i.h')
-rw-r--r--TAO/tests/DLL_ORB/Test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/DLL_ORB/Test_i.h b/TAO/tests/DLL_ORB/Test_i.h
index f22788d8dfc..f7c893bd903 100644
--- a/TAO/tests/DLL_ORB/Test_i.h
+++ b/TAO/tests/DLL_ORB/Test_i.h
@@ -34,12 +34,10 @@ public:
/// Simple two-way operation used to excercise the ORB transport
/// internals.
- virtual void invoke_me (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void invoke_me (void);
/// Shutdown the ORB.
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
/// Set the ORB to be shutdown by the shutdown() method in this
/// class.