summaryrefslogtreecommitdiff
path: root/TAO/tests/Crashed_Callback/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Crashed_Callback/Service.h')
-rw-r--r--TAO/tests/Crashed_Callback/Service.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Crashed_Callback/Service.h b/TAO/tests/Crashed_Callback/Service.h
index de738cf134f..8427d6d80fe 100644
--- a/TAO/tests/Crashed_Callback/Service.h
+++ b/TAO/tests/Crashed_Callback/Service.h
@@ -31,8 +31,8 @@ public:
void dump_results (void);
// = The skeleton methods
- virtual void run_test (Test::Crashed_Callback_ptr callback,
- CORBA::Environment &ACE_TRY_ENV)
+ virtual void run_test (Test::Crashed_Callback_ptr callback
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private:
@@ -40,16 +40,16 @@ private:
/**
* @return Number of exceptions raised
*/
- int call_are_you_there (Test::Crashed_Callback_ptr callback,
- CORBA::Environment &ACE_TRY_ENV)
+ int call_are_you_there (Test::Crashed_Callback_ptr callback
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC (());
/// Call the test_oneway method mutiple times.
/**
* @return Number of exceptions raised
*/
- int call_test_oneway (Test::Crashed_Callback_ptr callback,
- CORBA::Environment &ACE_TRY_ENV)
+ int call_test_oneway (Test::Crashed_Callback_ptr callback
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC (());
private: