summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-30 08:33:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-30 08:33:38 +0000
commit0fc0b39aeda7fae66698306771555b3ab2024e93 (patch)
tree8cff873f05dde2b58cc006d13b489f43486a0c65 /TAO/tao/Transport.inl
parent646c48583204fac07fc4c2c06418e0ebf7f70a23 (diff)
downloadATCD-0fc0b39aeda7fae66698306771555b3ab2024e93.tar.gz
Mon Jul 30 08:33:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Transport.inl')
-rw-r--r--TAO/tao/Transport.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport.inl b/TAO/tao/Transport.inl
index 88d3683de7d..ecaf930dbbc 100644
--- a/TAO/tao/Transport.inl
+++ b/TAO/tao/Transport.inl
@@ -94,13 +94,13 @@ TAO_Transport::id (size_t id)
this->id_ = id;
}
-ACE_INLINE int
+ACE_INLINE bool
TAO_Transport::queue_is_empty (void)
{
ACE_GUARD_RETURN (ACE_Lock,
ace_mon,
*this->handler_lock_,
- -1);
+ false);
return this->queue_is_empty_i ();
}