summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/AMI_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/AMI_Manager.h')
-rw-r--r--TAO/tests/LongUpcalls/AMI_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/LongUpcalls/AMI_Manager.h b/TAO/tests/LongUpcalls/AMI_Manager.h
index 5d7d6a82eec..9e1d360e5e8 100644
--- a/TAO/tests/LongUpcalls/AMI_Manager.h
+++ b/TAO/tests/LongUpcalls/AMI_Manager.h
@@ -63,12 +63,12 @@ public:
virtual void worker_started (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_started_excep (::Messaging::ExceptionHolder*
+ virtual void worker_started_excep (Test::AMI_ControllerExceptionHolder*
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void worker_finished (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void worker_finished_excep (::Messaging::ExceptionHolder*
+ virtual void worker_finished_excep (Test::AMI_ControllerExceptionHolder*
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));