summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Server_Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Server_Peer.h')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Server_Peer.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Server_Peer.h b/TAO/tests/Nested_Upcall_Crash/Server_Peer.h
index a165d5372b5..0840e86c995 100644
--- a/TAO/tests/Nested_Upcall_Crash/Server_Peer.h
+++ b/TAO/tests/Nested_Upcall_Crash/Server_Peer.h
@@ -21,12 +21,9 @@ public:
void callme(Test::Peer_ptr callback,
CORBA::ULong max_depth,
- Test::Payload const & extra_data)
- ACE_THROW_SPEC((CORBA::SystemException));
- void crash(void)
- ACE_THROW_SPEC((CORBA::SystemException));
- void noop(void)
- ACE_THROW_SPEC((CORBA::SystemException));
+ Test::Payload const & extra_data);
+ void crash(void);
+ void noop(void);
private:
ACE_RANDR_TYPE seed_;