Example #1
0
void EventConnection::disconnect()
{
	cout<<"Connection:"<<_id<<" disconnecting!"<<endl;
	_dispatcher->unsubscribeEvent(*this);
}