Periodic task manager for financial and security checks. More...
#include <gauthserver.hpp>
Public Member Functions | |
CheckTimer (int _time, int _proir=1) | |
Конструктор. | |
void | Run () |
Основной метод таймера. | |
Periodic task manager for financial and security checks.
Таймер для периодических проверок (очистка данных, анти-брут).
Definition at line 156 of file gauthserver.hpp.
|
inline |
Конструктор.
_time | Интервал срабатывания таймера. |
_proir | Приоритет потока (по умолчанию 1). |
Definition at line 167 of file gauthserver.hpp.
void GNET::CheckTimer::Run | ( | ) |
Основной метод таймера.
Main timer execution method.
Sequence:
Definition at line 150 of file gauthserver.cpp.