summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commitb11770b30f8b58d20fe2d61846bfa3fc5354ee7e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
parent8fd5b8293423d91c699711bce0f3551cb8c20a69 (diff)
downloadATCD-b11770b30f8b58d20fe2d61846bfa3fc5354ee7e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h')
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
index e25fc22c03c..3475d61f1df 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
@@ -32,17 +32,17 @@ public:
void dump_results (ACE_UINT32 gsf);
// = The skeleton methods
- virtual void test_method (Test::Timestamp send_time,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual void test_method (Test::Timestamp send_time
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void test_method_excep (Test::AMI_RoundtripExceptionHolder *holder,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual void test_method_excep (Test::AMI_RoundtripExceptionHolder *holder
+ 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));
- virtual void shutdown_excep (Test::AMI_RoundtripExceptionHolder *holder,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual void shutdown_excep (Test::AMI_RoundtripExceptionHolder *holder
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: