summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h')
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h
index 0894e704594..61eb06ce0b5 100644
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h
+++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h
@@ -31,18 +31,13 @@ public:
// ctor
// = The Simple_Server methods.
- void ping (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void ping (void);
- void validate_protocol (void)
- ACE_THROW_SPEC ((Simple_Server::WrongProtocolType,
- CORBA::SystemException));
+ void validate_protocol (void);
- CORBA::Long test_method (CORBA::Long x)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long test_method (CORBA::Long x);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
/// The ORB