summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h')
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h
index 0f2ca884e16..caa91026a62 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h
+++ b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.h
@@ -72,8 +72,8 @@ public:
void run (int *request_count,
const char *pathname,
- Web_Server::Iterator_Factory_ptr factory,
- CORBA::Environment &ACE_TRY_ENV)
+ Web_Server::Iterator_Factory_ptr factory
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
Web_Server::Error_Result));
// Activate and run this Reply Handler. The contents (not the
@@ -88,18 +88,18 @@ private:
// on the heap).
virtual void register_callback
- (const Web_Server::Metadata_Type &metadata,
- CORBA::Environment &ACE_TRY_ENV)
+ (const Web_Server::Metadata_Type &metadata
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// AMI callback that is invoked when a response from the
// corresponding server method is received.
virtual void register_callback_excep
- (Web_Server::AMI_Iterator_FactoryExceptionHolder *,
- CORBA::Environment &)
+ (Web_Server::AMI_Iterator_FactoryExceptionHolder *
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException)) {}
- void deactivate (CORBA::Environment &ACE_TRY_ENV)
+ void deactivate (TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// Deactivate this handler.