diff options
Diffstat (limited to 'TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h')
-rw-r--r-- | TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h b/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h index 1b26e36fe54..2b8780343dc 100644 --- a/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h +++ b/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h @@ -46,7 +46,7 @@ namespace TAO PortableServer::ObjectId * activate_object (PortableServer::Servant servant, CORBA::Short priority, - int &wait_occurred_restart_call + bool &wait_occurred_restart_call ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, PortableServer::POA::ServantAlreadyActive, @@ -58,7 +58,7 @@ namespace TAO activate_object_with_id (const PortableServer::ObjectId &id, PortableServer::Servant servant, CORBA::Short priority, - int &wait_occurred_restart_call + bool &wait_occurred_restart_call ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, PortableServer::POA::ServantAlreadyActive, @@ -74,7 +74,7 @@ namespace TAO ACE_ENV_ARG_DECL); virtual int is_servant_in_map (PortableServer::Servant servant, - int &wait_occurred_restart_call); + bool &wait_occurred_restart_call); virtual PortableServer::ObjectId *system_id_to_object_id ( const PortableServer::ObjectId &system_id |