summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h')
-rw-r--r--TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h b/TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h
index 5cc06d55013..5c264f18e1f 100644
--- a/TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h
+++ b/TAO/performance-tests/Thread_Per_Connection_Latency/Roundtrip.h
@@ -25,11 +25,11 @@ public:
Roundtrip (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual Test::Timestamp test_method (Test::Timestamp send_time,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual Test::Timestamp test_method (Test::Timestamp send_time
+ 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: