This commit is contained in:
Volker Fischer 2011-04-01 20:07:29 +00:00
parent 1e245e428e
commit a41a79eeb8

View file

@ -29,7 +29,6 @@
CServerListManager::CServerListManager ( const bool NbEbld ) CServerListManager::CServerListManager ( const bool NbEbld )
: bEnabled ( NbEbld ) : bEnabled ( NbEbld )
{ {
/*
// connections ------------------------------------------------------------- // connections -------------------------------------------------------------
QObject::connect ( &TimerPollList, SIGNAL ( timeout() ), QObject::connect ( &TimerPollList, SIGNAL ( timeout() ),
this, SLOT ( OnTimerPollList() ) ); this, SLOT ( OnTimerPollList() ) );
@ -41,9 +40,8 @@ CServerListManager::CServerListManager ( const bool NbEbld )
// 1 minute = 60 * 1000 ms // 1 minute = 60 * 1000 ms
TimerPollList.start ( SERVLIST_POLL_TIME_MINUTES * 60000 ); TimerPollList.start ( SERVLIST_POLL_TIME_MINUTES * 60000 );
} }
*/
} }
/*
void CServerListManager::OnTimerPollList() void CServerListManager::OnTimerPollList()
{ {
QMutexLocker locker ( &Mutex ); QMutexLocker locker ( &Mutex );
@ -60,4 +58,3 @@ void CServerListManager::OnTimerPollList()
} }
} }
} }
*/