summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Redirection/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Redirection/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Redirection/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Portable_Interceptors/Redirection/test_i.h b/TAO/tests/Portable_Interceptors/Redirection/test_i.h
index 6a733639a65..066079a89c6 100644
--- a/TAO/tests/Portable_Interceptors/Redirection/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Redirection/test_i.h
@@ -26,12 +26,10 @@ public:
~test_i (void);
/// Return the number assigned to this object.
- virtual CORBA::Short number (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Short number (void);
/// Shutdown the ORB.
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
private: