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