summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3193_Regression/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3193_Regression/test_i.cpp')
-rw-r--r--TAO/tests/Bug_3193_Regression/test_i.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Bug_3193_Regression/test_i.cpp b/TAO/tests/Bug_3193_Regression/test_i.cpp
index 600a382a665..e532731a663 100644
--- a/TAO/tests/Bug_3193_Regression/test_i.cpp
+++ b/TAO/tests/Bug_3193_Regression/test_i.cpp
@@ -17,9 +17,8 @@ Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
}
void
-Simple_Server_i::echo (CORBA::Long x,
- CORBA::Long msecs, const char* msg)
- ACE_THROW_SPEC ((CORBA::SystemException))
+Simple_Server_i::echo (CORBA::Long ,
+ CORBA::Long msecs, const char* )
{
ACE_Time_Value tv;
tv.msec (msecs);
@@ -29,7 +28,6 @@ Simple_Server_i::echo (CORBA::Long x,
void
Simple_Server_i::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
"server (%P) Received shutdown request from client\n"));