mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
@@ -293,7 +293,7 @@ class Timer::Connection : public Genode::Connection<Session>,
|
||||
* \noapi
|
||||
* \deprecated Use One_shot_timeout (or Periodic_timeout) instead
|
||||
*/
|
||||
void usleep(unsigned us)
|
||||
void usleep(unsigned us) override
|
||||
{
|
||||
if (_mode == MODERN) {
|
||||
throw Cannot_use_both_legacy_and_modern_interface();
|
||||
@@ -331,7 +331,7 @@ class Timer::Connection : public Genode::Connection<Session>,
|
||||
* \noapi
|
||||
* \deprecated Use One_shot_timeout (or Periodic_timeout) instead
|
||||
*/
|
||||
void msleep(unsigned ms)
|
||||
void msleep(unsigned ms) override
|
||||
{
|
||||
if (_mode == MODERN) {
|
||||
throw Cannot_use_both_legacy_and_modern_interface();
|
||||
|
||||
Reference in New Issue
Block a user