Exemplo n.º 1
0
void 
Player::NotifyInfoChanged(int ID)
{
	//check if prev event set a timer (handle doubble events)
	if(hTimer)
		return;
	HasNewListeningInfo((ID<0)? m_index : ID);
}
Exemplo n.º 2
0
void Player::NotifyInfoChanged()
{
	if (enabled)
		HasNewListeningInfo();
}