summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Event.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Event.inl')
-rw-r--r--TAO/tao/LF_Event.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/LF_Event.inl b/TAO/tao/LF_Event.inl
index cceb7a15ed7..50ccda83b25 100644
--- a/TAO/tao/LF_Event.inl
+++ b/TAO/tao/LF_Event.inl
@@ -26,9 +26,9 @@ TAO_LF_Event::reset_state (int new_state)
}
ACE_INLINE bool
-TAO_LF_Event::keep_waiting (void) const
+TAO_LF_Event::keep_waiting_i (void) const
{
- return (!this->successful ()) && (!this->error_detected ());
+ return (!this->successful_i ()) && (!this->error_detected_i ());
}
ACE_INLINE const char *