Example #1
0
//-------------------------------------------------------------------------------------
void DelayedChannels::init(EventDispatcher & dispatcher)
{
	dispatcher.addFrequentTask( this );
}
Example #2
0
//-------------------------------------------------------------------------------------
void DelayedChannels::init(EventDispatcher & dispatcher, NetworkInterface* pNetworkInterface)
{
	pNetworkInterface_ = pNetworkInterface;
	dispatcher.addFrequentTask( this );
}