|
|
От: | andrey.desman | |
| Дата: | 07.03.24 13:55 | ||
| Оценка: | |||
M> virtual WindowTimer createTimer(timeout_t timeoutMs) const override
M> {
M> auto pSharedImpl = std::make_shared<WindowTimerImpl>(WindowTimerImpl::create(getHwnd(), curTimerId++, timeoutMs));
M>//...
M>