Index: sources/update/EventWait.h =================================================================== diff -u -r2ee835c4c687263fd8852a431db1223cc0e8055c -ra7aa183c6847cc21ad3943c61d797c2824edcaf5 --- sources/update/EventWait.h (.../EventWait.h) (revision 2ee835c4c687263fd8852a431db1223cc0e8055c) +++ sources/update/EventWait.h (.../EventWait.h) (revision a7aa183c6847cc21ad3943c61d797c2824edcaf5) @@ -79,6 +79,15 @@ _cv.notify_all(); } + /*! + * \brief Get the time in _msec to sleep. + * + * \return Time we sleep in msec. + */ + uint32 sleepScheduleMs() { + return _msec; + } + protected: // This guards against any API / memory leaks causing a potential // deadlocked or extremely slow thread response.