diff options
Diffstat (limited to 'TAO/tests/Faults/test_i.h')
-rw-r--r-- | TAO/tests/Faults/test_i.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tests/Faults/test_i.h b/TAO/tests/Faults/test_i.h index 15d669f6b35..fd8310c07f4 100644 --- a/TAO/tests/Faults/test_i.h +++ b/TAO/tests/Faults/test_i.h @@ -32,8 +32,7 @@ public: Callback_i (CORBA::ORB_ptr orb); // ctor - void shutdown (CORBA::Boolean is_clean - ACE_ENV_ARG_DECL) + void shutdown (CORBA::Boolean is_clean) ACE_THROW_SPEC ((CORBA::SystemException)); // The callback method @@ -57,12 +56,10 @@ public: // = The Simple_Server methods. CORBA::Long test_method (CORBA::Boolean do_callback, CORBA::Boolean is_clean, - Callback_ptr callback - ACE_ENV_ARG_DECL_NOT_USED) + Callback_ptr callback) ACE_THROW_SPEC ((CORBA::SystemException)); - void shutdown_now (CORBA::Boolean is_clean - ACE_ENV_ARG_DECL_NOT_USED) + void shutdown_now (CORBA::Boolean is_clean) ACE_THROW_SPEC ((CORBA::SystemException)); void shutdown (void) @@ -89,12 +86,10 @@ public: // = The Simple_Server methods. CORBA::Long test_method (CORBA::Boolean do_callback, CORBA::Boolean is_clean, - Callback_ptr callback - ACE_ENV_ARG_DECL_NOT_USED) + Callback_ptr callback) ACE_THROW_SPEC ((CORBA::SystemException)); - void shutdown_now (CORBA::Boolean is_clean - ACE_ENV_ARG_DECL_NOT_USED) + void shutdown_now (CORBA::Boolean is_clean) ACE_THROW_SPEC ((CORBA::SystemException)); void shutdown (void) |