summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_POA.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-07 06:35:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-07 06:35:11 +0000
commitf18995c5e3d66320560291e0863b07f593258684 (patch)
treeebe4e72931be031d33b372fd173f8bdee0109127 /TAO/tao/RTPortableServer/RT_POA.inl
parent183b6a0a641eef6b352dfe79af4188b07dda2a01 (diff)
downloadATCD-f18995c5e3d66320560291e0863b07f593258684.tar.gz
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_POA.inl')
-rw-r--r--TAO/tao/RTPortableServer/RT_POA.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTPortableServer/RT_POA.inl b/TAO/tao/RTPortableServer/RT_POA.inl
index 9197a39d399..bc0d00c7114 100644
--- a/TAO/tao/RTPortableServer/RT_POA.inl
+++ b/TAO/tao/RTPortableServer/RT_POA.inl
@@ -72,7 +72,7 @@ TAO_RT_POA::activate_object_with_priority (PortableServer::Servant servant,
while (1)
{
- int wait_occurred_restart_call = 0;
+ bool wait_occurred_restart_call = false;
// Lock access for the duration of this transaction.
TAO_POA_GUARD_RETURN (0);
@@ -113,7 +113,7 @@ TAO_RT_POA::activate_object_with_id_and_priority (const PortableServer::ObjectId
while (1)
{
- int wait_occurred_restart_call = 0;
+ bool wait_occurred_restart_call = false;
// Lock access for the duration of this transaction.
TAO_POA_GUARD;