IlsTimerManagerFactory
 
IlsTimerManagerFactory
Category 
Server class
Inheritance Path 
IlsTimerManagerFactory
Description 
This singleton is used to create a Timer Manager when necessary. Install your own factory if you want to provide a subclass of IlsTimerManager to manage timers.
Library 
<server>
Header File 
#include <ilserver/timer.h>
Synopsis 
class IlsTimerManagerFactory
{
public:
virtual IlsTimerManager* newInstance();
};
Member Function 
[virtual] IlsTimerManager* newInstance();
This virtual member function returns an instance of IlsTimerManager. It should be overriden by subclasses.
See Also 
IlsTimer

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.