summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Client_Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Client_Peer.h')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Client_Peer.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Client_Peer.h b/TAO/tests/Nested_Upcall_Crash/Client_Peer.h
index bd913ce1782..9f80723f8a1 100644
--- a/TAO/tests/Nested_Upcall_Crash/Client_Peer.h
+++ b/TAO/tests/Nested_Upcall_Crash/Client_Peer.h
@@ -19,12 +19,11 @@ public:
void callme(Test::Peer_ptr callback,
CORBA::ULong max_depth,
- Test::Payload const &
- ACE_ENV_ARG_DECL)
+ Test::Payload const &)
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: