summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
index 559cc8ce071..0bff114eb4c 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
@@ -38,21 +38,21 @@ namespace TAO
public:
RequestProcessingStrategyServantActivator (void);
- virtual void strategy_cleanup(ACE_ENV_SINGLE_ARG_DECL);
+ virtual void strategy_cleanup(void);
- PortableServer::ServantManager_ptr get_servant_manager (ACE_ENV_SINGLE_ARG_DECL)
+ PortableServer::ServantManager_ptr get_servant_manager (void)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::WrongPolicy));
void set_servant_manager (PortableServer::ServantManager_ptr imgr
- ACE_ENV_ARG_DECL)
+ )
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::WrongPolicy));
virtual TAO_SERVANT_LOCATION locate_servant (
const PortableServer::ObjectId &system_id,
PortableServer::Servant &servant
- ACE_ENV_ARG_DECL);
+ );
virtual PortableServer::Servant locate_servant (
const char *operation,
@@ -60,12 +60,12 @@ namespace TAO
TAO::Portable_Server::Servant_Upcall &servant_upcall,
TAO::Portable_Server::POA_Current_Impl &poa_current_impl,
bool &wait_occurred_restart_call
- ACE_ENV_ARG_DECL);
+ );
virtual void cleanup_servant (
PortableServer::Servant servant,
const PortableServer::ObjectId &user_id
- ACE_ENV_ARG_DECL);
+ );
virtual void etherealize_objects (CORBA::Boolean etherealize_objects);
@@ -76,12 +76,12 @@ namespace TAO
private:
PortableServer::Servant incarnate_servant (
const PortableServer::ObjectId& object_id
- ACE_ENV_ARG_DECL);
+ );
void etherealize_servant (const PortableServer::ObjectId& object_id,
PortableServer::Servant servant,
CORBA::Boolean cleanup_in_progress
- ACE_ENV_ARG_DECL);
+ );
private:
PortableServer::ServantActivator_var servant_activator_;