summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/test_i.h')
-rw-r--r--TAO/tests/MProfile_Forwarding/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/MProfile_Forwarding/test_i.h b/TAO/tests/MProfile_Forwarding/test_i.h
index 5568f94a471..69525a827ec 100644
--- a/TAO/tests/MProfile_Forwarding/test_i.h
+++ b/TAO/tests/MProfile_Forwarding/test_i.h
@@ -34,11 +34,9 @@ public:
// ctor
// = The Simple_Server methods.
- void remote_call (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void remote_call (void);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
CORBA::ORB_var orb_;