summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h b/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h
index 255c5448cfd..d8421919159 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h
@@ -38,23 +38,23 @@ namespace TAO
public:
RequestProcessingStrategyServantLocator (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)
+ 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 void post_invoke_servant_cleanup(
const PortableServer::ObjectId &system_id,
@@ -66,12 +66,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);