summaryrefslogtreecommitdiff
path: root/system_wrappers/source/event_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'system_wrappers/source/event_posix.h')
-rw-r--r--system_wrappers/source/event_posix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/system_wrappers/source/event_posix.h b/system_wrappers/source/event_posix.h
index 4a055a0d..5fbe0613 100644
--- a/system_wrappers/source/event_posix.h
+++ b/system_wrappers/source/event_posix.h
@@ -31,12 +31,12 @@ class EventPosix : public EventWrapper {
virtual ~EventPosix();
- virtual EventTypeWrapper Wait(unsigned long max_time);
- virtual bool Set();
- virtual bool Reset();
+ virtual EventTypeWrapper Wait(unsigned long max_time) OVERRIDE;
+ virtual bool Set() OVERRIDE;
+ virtual bool Reset() OVERRIDE;
- virtual bool StartTimer(bool periodic, unsigned long time);
- virtual bool StopTimer();
+ virtual bool StartTimer(bool periodic, unsigned long time) OVERRIDE;
+ virtual bool StopTimer() OVERRIDE;
private:
EventPosix();