summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Tests/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Tests/Hello.h')
-rw-r--r--TAO/tests/Collocation_Tests/Hello.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Collocation_Tests/Hello.h b/TAO/tests/Collocation_Tests/Hello.h
index 63b4ec180be..556409e5d00 100644
--- a/TAO/tests/Collocation_Tests/Hello.h
+++ b/TAO/tests/Collocation_Tests/Hello.h
@@ -20,11 +20,9 @@ public:
ACE_thread_t thr_id);
// = 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);
private:
/// Use an ORB reference to conver strings to objects and shutdown