mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 11:57:58 +02:00
Fix comment
This commit is contained in:
parent
61eb93af35
commit
a15660993d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ protected:
|
||||||
/// Implements generic processing behavior for this thread.
|
/// Implements generic processing behavior for this thread.
|
||||||
virtual bool process() override;
|
virtual bool process() override;
|
||||||
|
|
||||||
/// Determines the timeout of the wait when there are no packets to process. Default value means no timeout
|
/// Determines the timeout of the wait when there are no packets to process. Default value is 100ms to allow for regular event processing.
|
||||||
virtual unsigned long getMaxWait() const { return MAX_WAIT_TIME; }
|
virtual unsigned long getMaxWait() const { return MAX_WAIT_TIME; }
|
||||||
|
|
||||||
/// Override to do work before the packets processing loop. Default does nothing.
|
/// Override to do work before the packets processing loop. Default does nothing.
|
||||||
|
|
Loading…
Reference in a new issue