summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Deactivate_Object/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Deactivate_Object/Hello.h')
-rw-r--r--TAO/tests/POA/Deactivate_Object/Hello.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/POA/Deactivate_Object/Hello.h b/TAO/tests/POA/Deactivate_Object/Hello.h
index 436fdfcd77f..b81881e71cb 100644
--- a/TAO/tests/POA/Deactivate_Object/Hello.h
+++ b/TAO/tests/POA/Deactivate_Object/Hello.h
@@ -17,8 +17,7 @@ public:
Hello (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual char * get_string (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual char * get_string (void);
private:
/// Use an ORB reference to conver strings to objects and shutdown