summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Basic/Shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic/Shutdown.h')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Shutdown.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Shutdown.h b/TAO/orbsvcs/tests/Event/Basic/Shutdown.h
index b7d1e573d3f..b97deb5536a 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Shutdown.h
+++ b/TAO/orbsvcs/tests/Event/Basic/Shutdown.h
@@ -39,18 +39,18 @@ public:
// Constructor
// = The EC_Driver methods
- void execute_test (CORBA::Environment& ACE_TRY_ENV);
+ void execute_test (TAO_ENV_SINGLE_ARG_DECL);
// Don't run the suppliers just create the EC and then destroy it.
void dump_results (void);
// Don't dump the EC_Driver results, they are meaningless.
- virtual void consumer_disconnect (void* consumer_cookie,
- CORBA::Environment& ACE_TRY_ENV);
+ virtual void consumer_disconnect (void* consumer_cookie
+ TAO_ENV_ARG_DECL);
// One of the consumers in the test has been disconnected from the EC
- virtual void supplier_disconnect (void* supplier_cookie,
- CORBA::Environment& ACE_TRY_ENV);
+ virtual void supplier_disconnect (void* supplier_cookie
+ TAO_ENV_ARG_DECL);
// One of the suppliers in the test has been disconnected from the EC