summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_dsi.h')
-rw-r--r--TAO/tests/DSI_Gateway/test_dsi.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/DSI_Gateway/test_dsi.h b/TAO/tests/DSI_Gateway/test_dsi.h
index cd81121075c..5c5ea947a47 100644
--- a/TAO/tests/DSI_Gateway/test_dsi.h
+++ b/TAO/tests/DSI_Gateway/test_dsi.h
@@ -36,14 +36,12 @@ public:
// ctor
// = The DynamicImplementation methods.
- virtual void invoke (CORBA::ServerRequest_ptr request)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void invoke (CORBA::ServerRequest_ptr request);
virtual CORBA::RepositoryId _primary_interface (
const PortableServer::ObjectId &oid,
PortableServer::POA_ptr poa
- )
- ACE_THROW_SPEC (());
+ );
virtual PortableServer::POA_ptr _default_POA (
);