aboutsummaryrefslogtreecommitdiff
path: root/common/EventRecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/EventRecorder.h')
-rw-r--r--common/EventRecorder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/EventRecorder.h b/common/EventRecorder.h
index 8377d9e8bd..e20419695a 100644
--- a/common/EventRecorder.h
+++ b/common/EventRecorder.h
@@ -56,6 +56,9 @@ public:
/** TODO: Add documentation, this is only used by the backend */
void processMillis(uint32 &millis);
+ /** TODO: Add documentation, this is only used by the backend */
+ bool processDelayMillis(uint &msecs);
+
private:
bool notifyEvent(const Event &ev);
bool pollEvent(Event &ev);
@@ -103,4 +106,3 @@ private:
} // End of namespace Common
#endif
-