summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Twoways/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Twoways/Peer.h')
-rw-r--r--TAO/tests/Big_Twoways/Peer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Big_Twoways/Peer.h b/TAO/tests/Big_Twoways/Peer.h
index ed34b0eb6fa..41ab681be6f 100644
--- a/TAO/tests/Big_Twoways/Peer.h
+++ b/TAO/tests/Big_Twoways/Peer.h
@@ -32,10 +32,10 @@ public:
CORBA::ULong payload_size,
CORBA::ULong thread_count,
CORBA::ULong message_count,
- CORBA::ULong peer_count,
- CORBA::Environment &ACE_TRY_ENV)
+ CORBA::ULong peer_count
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (CORBA::Environment &ACE_TRY_ENV)
+ virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: