summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_CH_Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_CH_Event.h')
-rw-r--r--TAO/tao/LF_CH_Event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/LF_CH_Event.h b/TAO/tao/LF_CH_Event.h
index 0f9a99c40e1..4e2c5a0a8a7 100644
--- a/TAO/tao/LF_CH_Event.h
+++ b/TAO/tao/LF_CH_Event.h
@@ -57,7 +57,7 @@ public:
//@{
protected:
/// Check whether we have reached the final state..
- virtual bool is_state_final (void) const;
+ virtual bool is_state_final () const;
//@}
private:
@@ -100,11 +100,11 @@ private:
/// Return true if the condition was satisfied successfully, false if it
/// has not
- virtual bool successful_i (void) const;
+ virtual bool successful_i () const;
/// Return true if an error was detected while waiting for the
/// event
- virtual bool error_detected_i (void) const;
+ virtual bool error_detected_i () const;
/// Set the state irrespective of anything.
virtual void set_state (LFS_STATE new_state);