]> source.dussan.org Git - tigervnc.git/commit
Support calling methods from timers
authorPierre Ossman <ossman@cendio.se>
Mon, 18 May 2020 16:53:43 +0000 (18:53 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 19 May 2020 17:55:57 +0000 (19:55 +0200)
commitbd5ad5e79f35ec284d250aed66db4baa290c6089
tree0d7853ed1ab7be9098c8d0957803e66c1dd78d7c
parent3aab38257ec93a17a1380efb5b71e50d94b6a4cd
Support calling methods from timers

We can't safely use the normal timers in base classes as we cannot
guarantee that subclasses will call the base class' handleTimeout()
properly if the subclass overrides it.
common/rfb/Timer.h