From 10f5796d6f30d32a754acf240774db7faae4a8ff Mon Sep 17 00:00:00 2001 From: johnc Date: Tue, 15 Jan 2008 19:48:17 +0000 Subject: ChangeLogTag: Tue Jan 15 19:49:31 UTC 2008 Ciju John --- TAO/ChangeLog | 6 ++++++ TAO/tests/Bug_3193_Regression/test_i.cpp | 6 ++---- TAO/tests/Bug_3193_Regression/test_i.h | 6 ++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index b8511eed88e..9630577bd58 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 15 19:49:31 UTC 2008 Ciju John + + * tests/Bug_3193_Regression/test_i.h: + * tests/Bug_3193_Regression/test_i.cpp: + Remove Fuzz build errors. + Tue Jan 15 19:05:12 UTC 2008 Johnny Willemsen * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: 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")); diff --git a/TAO/tests/Bug_3193_Regression/test_i.h b/TAO/tests/Bug_3193_Regression/test_i.h index 38b53f26b6a..2468e14267e 100644 --- a/TAO/tests/Bug_3193_Regression/test_i.h +++ b/TAO/tests/Bug_3193_Regression/test_i.h @@ -32,10 +32,8 @@ public: // = The Simple_Server methods. void echo (CORBA::Long x, - CORBA::Long msecs, const char* msg) - ACE_THROW_SPEC ((CORBA::SystemException)); - void shutdown (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + CORBA::Long msecs, const char* msg); + void shutdown (void); private: CORBA::ORB_var orb_; -- cgit v1.2.1