summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Coordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Coordinator.h')
-rw-r--r--TAO/tests/Big_Oneways/Coordinator.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Big_Oneways/Coordinator.h b/TAO/tests/Big_Oneways/Coordinator.h
index 7879e47752a..76bd88d5fa8 100644
--- a/TAO/tests/Big_Oneways/Coordinator.h
+++ b/TAO/tests/Big_Oneways/Coordinator.h
@@ -25,15 +25,13 @@ public:
CORBA::ULong payload_size,
CORBA::ULong thread_count,
CORBA::ULong message_count,
- Test::Session_List &session_list
- ACE_ENV_ARG_DECL);
+ Test::Session_List &session_list);
/// Shutdown all the peers
- void shutdown_all_peers (ACE_ENV_SINGLE_ARG_DECL);
+ void shutdown_all_peers (void);
// = The skeleton methods
- virtual void add_peer (Test::Peer_ptr peer
- ACE_ENV_ARG_DECL)
+ virtual void add_peer (Test::Peer_ptr peer)
ACE_THROW_SPEC ((CORBA::SystemException));
protected: