summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantRetentionStrategyRetain.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-06 19:22:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-06 19:22:23 +0000
commit63174076ed95fecdff268832378d4bdee50e8e4e (patch)
treec14c942918f7006fc5ad7baa2c60b07e3f051ff5 /TAO/tao/PortableServer/ServantRetentionStrategyRetain.h
parent91bd6738d1c4071e4fa1eedfeb16f8d30584c3d8 (diff)
downloadATCD-63174076ed95fecdff268832378d4bdee50e8e4e.tar.gz
Wed Dec 6 19:21:57 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/ServantRetentionStrategyRetain.h')
-rw-r--r--TAO/tao/PortableServer/ServantRetentionStrategyRetain.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyRetain.h b/TAO/tao/PortableServer/ServantRetentionStrategyRetain.h
index a82ba0aa20a..a34d82c52b0 100644
--- a/TAO/tao/PortableServer/ServantRetentionStrategyRetain.h
+++ b/TAO/tao/PortableServer/ServantRetentionStrategyRetain.h
@@ -41,13 +41,13 @@ namespace TAO
virtual void strategy_cleanup(ACE_ENV_SINGLE_ARG_DECL);
virtual int is_servant_in_map (PortableServer::Servant servant,
- int &wait_occurred_restart_call);
+ bool &wait_occurred_restart_call);
virtual
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,
@@ -59,7 +59,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,
@@ -153,8 +153,8 @@ namespace TAO
int
is_user_id_in_map (const PortableServer::ObjectId &id,
CORBA::Short priority,
- int &priorities_match,
- int &wait_occurred_restart_call);
+ bool &priorities_match,
+ bool &wait_occurred_restart_call);
void
deactivate_map_entry (TAO_Active_Object_Map_Entry *active_object_map_entry