diff options
Diffstat (limited to 'TAO/tests/Big_Twoways/Session.h')
-rw-r--r-- | TAO/tests/Big_Twoways/Session.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tests/Big_Twoways/Session.h b/TAO/tests/Big_Twoways/Session.h index 6f02a52f802..112165a85b2 100644 --- a/TAO/tests/Big_Twoways/Session.h +++ b/TAO/tests/Big_Twoways/Session.h @@ -36,24 +36,24 @@ public: int svc (void); // = The skeleton methods - virtual void start (const Test::Session_List &other_sessions, - CORBA::Environment &ACE_TRY_ENV) + virtual void start (const Test::Session_List &other_sessions + TAO_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, Test::Already_Running, Test::No_Peers)); - virtual Test::Payload* echo_payload (const Test::Payload &the_payload, - CORBA::Environment &ACE_TRY_ENV) + virtual Test::Payload* echo_payload (const Test::Payload &the_payload + TAO_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); - virtual void destroy (CORBA::Environment &ACE_TRY_ENV) + virtual void destroy (TAO_ENV_SINGLE_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException)); private: /// Helper function used to report any problems and destroy local /// resources - void terminate (CORBA::Boolean success, - CORBA::Environment &ACE_TRY_ENV) + void terminate (CORBA::Boolean success + TAO_ENV_ARG_DECL) ACE_THROW_SPEC (()); /// Return 1 if all the work in this session has been completed |