diff options
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Server_Peer.h')
-rw-r--r-- | TAO/tests/Nested_Upcall_Crash/Server_Peer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Server_Peer.h b/TAO/tests/Nested_Upcall_Crash/Server_Peer.h index c1ee59f802f..ddd641be141 100644 --- a/TAO/tests/Nested_Upcall_Crash/Server_Peer.h +++ b/TAO/tests/Nested_Upcall_Crash/Server_Peer.h @@ -24,9 +24,9 @@ public: Test::Payload const & extra_data ACE_ENV_ARG_DECL) ACE_THROW_SPEC((CORBA::SystemException)); - void crash(ACE_ENV_SINGLE_ARG_DECL) + void crash(void) ACE_THROW_SPEC((CORBA::SystemException)); - void noop(ACE_ENV_SINGLE_ARG_DECL) + void noop(void) ACE_THROW_SPEC((CORBA::SystemException)); private: |