This singleton is used to create a Timer Manager when necessary. More...
#include <ilserver/timer.h>
Inherited by IlsTcpTimerManagerFactory.
Public Member Functions | |
virtual IlsTimerManager * | newInstance () |
Returns an instance of IlsTimerManager . More... | |
This singleton is used to create a Timer Manager when necessary.
Library: server
and mvcomp
Install your own factory if you want to provide a subclass of IlsTimerManager
to manage timers.
IlsTimer
.
|
virtual |
Returns an instance of IlsTimerManager
.
It should be overriden by subclasses.