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