summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h b/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h
index 6e16c94e876..69555e2a84d 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h
@@ -43,26 +43,26 @@ namespace TAO
#if (TAO_HAS_MINIMUM_POA == 0)
PortableServer::ServantManager_ptr
- get_servant_manager (ACE_ENV_SINGLE_ARG_DECL)
+ 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));
void
set_servant (PortableServer::Servant servant
- ACE_ENV_ARG_DECL)
+ )
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::WrongPolicy));
#endif /* TAO_HAS_MINIMUM_POA == 0 */
PortableServer::Servant
- get_servant (ACE_ENV_SINGLE_ARG_DECL)
+ get_servant (void)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::WrongPolicy));
@@ -70,7 +70,7 @@ namespace TAO
TAO_SERVANT_LOCATION
locate_servant (const PortableServer::ObjectId &system_id,
PortableServer::Servant &servant
- ACE_ENV_ARG_DECL);
+ );
virtual
PortableServer::Servant
@@ -79,15 +79,15 @@ 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 PortableServer::Servant system_id_to_servant (
const PortableServer::ObjectId &system_id
- ACE_ENV_ARG_DECL);
+ );
virtual PortableServer::Servant id_to_servant (
const PortableServer::ObjectId &id
- ACE_ENV_ARG_DECL)
+ )
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::ObjectNotActive,
PortableServer::POA::WrongPolicy));
@@ -95,13 +95,13 @@ namespace TAO
virtual void cleanup_servant (
PortableServer::Servant servant,
const PortableServer::ObjectId &user_id
- ACE_ENV_ARG_DECL);
+ );
virtual void etherealize_objects (CORBA::Boolean etherealize_objects);
virtual PortableServer::ObjectId *servant_to_id (
PortableServer::Servant servant
- ACE_ENV_ARG_DECL)
+ )
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::ServantNotActive,
PortableServer::POA::WrongPolicy));