summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantRetentionStrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ServantRetentionStrategy.h')
-rw-r--r--TAO/tao/PortableServer/ServantRetentionStrategy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategy.h b/TAO/tao/PortableServer/ServantRetentionStrategy.h
index 77377a53539..053fcb8961e 100644
--- a/TAO/tao/PortableServer/ServantRetentionStrategy.h
+++ b/TAO/tao/PortableServer/ServantRetentionStrategy.h
@@ -42,7 +42,7 @@ namespace TAO
virtual CORBA::ULong waiting_servant_deactivation (void) const = 0;
virtual int is_servant_in_map (PortableServer::Servant servant,
- bool &wait_occurred_restart_call) = 0;
+ int &wait_occurred_restart_call) = 0;
virtual TAO_SERVANT_LOCATION servant_present (
const PortableServer::ObjectId &system_id,
@@ -63,7 +63,7 @@ namespace TAO
virtual PortableServer::ObjectId *activate_object (
PortableServer::Servant servant,
CORBA::Short priority,
- bool &wait_occurred_restart_call
+ int &wait_occurred_restart_call
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::ServantAlreadyActive,
@@ -74,7 +74,7 @@ namespace TAO
const PortableServer::ObjectId &id,
PortableServer::Servant servant,
CORBA::Short priority,
- bool &wait_occurred_restart_call
+ int &wait_occurred_restart_call
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::ServantAlreadyActive,