summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2186_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2186_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_2186_Regression/Hello.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/Bug_2186_Regression/Hello.h b/TAO/tests/Bug_2186_Regression/Hello.h
index 177070074eb..59e72ed2695 100644
--- a/TAO/tests/Bug_2186_Regression/Hello.h
+++ b/TAO/tests/Bug_2186_Regression/Hello.h
@@ -17,14 +17,11 @@ public:
Hello (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual char * get_string (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual char * get_string (void);
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
- virtual void request_callback (Test::Hello_ptr call_me)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void request_callback (Test::Hello_ptr call_me);
private:
/// Use an ORB reference to conver strings to objects and shutdown