summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Connection_Purging/Test_i.h')
-rw-r--r--TAO/tests/Server_Connection_Purging/Test_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Test_i.h b/TAO/tests/Server_Connection_Purging/Test_i.h
index 7bb9a6d777e..e3ac4b3cc1c 100644
--- a/TAO/tests/Server_Connection_Purging/Test_i.h
+++ b/TAO/tests/Server_Connection_Purging/Test_i.h
@@ -13,8 +13,7 @@ class test_i
{
public:
// = The skeleton methods
- virtual void send_stuff (const char* string)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void send_stuff (const char* string);
private:
};