summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-02 15:37:12 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-02 15:37:12 +0100
commitc33a4044b374435b16732f4bb34092859cc952d0 (patch)
treeb4a6b2c48ca271669c98143e31114d11a5b3b2b0 /TAO/tao/LF_Event.inl
parentac3ef746107c421758355199fbf99c14d0b79b77 (diff)
downloadATCD-c33a4044b374435b16732f4bb34092859cc952d0.tar.gz
Make keep_waiting return a bool instead of int
* TAO/tao/LF_Event.h: * TAO/tao/LF_Event.inl:
Diffstat (limited to 'TAO/tao/LF_Event.inl')
-rw-r--r--TAO/tao/LF_Event.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/LF_Event.inl b/TAO/tao/LF_Event.inl
index 66ca21934f6..5fa28198e79 100644
--- a/TAO/tao/LF_Event.inl
+++ b/TAO/tao/LF_Event.inl
@@ -25,7 +25,7 @@ TAO_LF_Event::reset_state (int new_state)
this->state_ = new_state;
}
-ACE_INLINE int
+ACE_INLINE bool
TAO_LF_Event::keep_waiting (void)
{
return (this->successful () == 0) && (this->error_detected () == 0);