diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-01-02 18:41:52 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-01-02 18:41:52 +0100 |
commit | b5fa2c282010fb98602df72df1ba882cad539695 (patch) | |
tree | e21bc53acfa2bc8877cdb02f9902df64b510b472 /TAO/tao/LF_Event.inl | |
parent | 38098bfe9b4cfe238acacdf7db894afd38bfbebb (diff) | |
download | ATCD-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.inl | 2 |
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 ()); } |