summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h b/TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h
index 8b1d8091b62..a642c43f546 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/test_i.h
@@ -37,12 +37,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: