summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h')
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h b/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
index bfe3791b6c8..c2257a266f1 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
@@ -22,14 +22,11 @@ public:
Hello (CORBA::ORB_ptr orb, Test::Hello_ptr server, CORBA::ULong server_id = 0);
// = The skeleton methods
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
- virtual void ping (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void ping (void);
- virtual CORBA::Boolean has_ft_request_service_context (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Boolean has_ft_request_service_context (void);
private:
/// Use an ORB reference to conver strings to objects and shutdown