diff options
Diffstat (limited to 'TAO/tests/Bug_1676_Regression/Hello.h')
-rw-r--r-- | TAO/tests/Bug_1676_Regression/Hello.h | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/TAO/tests/Bug_1676_Regression/Hello.h b/TAO/tests/Bug_1676_Regression/Hello.h index dc3314a876c..6c20db104e5 100644 --- a/TAO/tests/Bug_1676_Regression/Hello.h +++ b/TAO/tests/Bug_1676_Regression/Hello.h @@ -18,28 +18,18 @@ public: // = The skeleton methods virtual ::Test::StringList * get_stringList ( - ) - ACE_THROW_SPEC (( - ::CORBA::SystemException - )); + ); virtual void get_stringList2 ( ::CORBA::Boolean initialize, ::Test::StringList_out osl - ) - ACE_THROW_SPEC (( - ::CORBA::SystemException - )); + ); virtual void mod_stringList ( ::Test::StringList & iosl - ) - ACE_THROW_SPEC (( - ::CORBA::SystemException - )); + ); - virtual void shutdown (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + virtual void shutdown (void); private: /// Use an ORB reference to convert strings to objects and shutdown |