summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-02 18:41:52 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-02 18:41:52 +0100
commitb5fa2c282010fb98602df72df1ba882cad539695 (patch)
treee21bc53acfa2bc8877cdb02f9902df64b510b472 /TAO/tao/LF_Event.inl
parent38098bfe9b4cfe238acacdf7db894afd38bfbebb (diff)
downloadATCD-b5fa2c282010fb98602df72df1ba882cad539695.tar.gz
Make keep_waiting const
* 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 e9dc8047d6e..cceb7a15ed7 100644
--- a/TAO/tao/LF_Event.inl
+++ b/TAO/tao/LF_Event.inl
@@ -26,7 +26,7 @@ TAO_LF_Event::reset_state (int new_state)
}
ACE_INLINE bool
-TAO_LF_Event::keep_waiting (void)
+TAO_LF_Event::keep_waiting (void) const
{
return (!this->successful ()) && (!this->error_detected ());
}