Bugfix for tracker#: 2985599

- Added better management of UDP broadcast thread when user toggles on/off network slots.
This commit is contained in:
Mark Vejvoda
2010-04-12 21:40:57 +00:00
parent 4e12d8dbcf
commit a5aba5cc66
3 changed files with 31 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ protected:
BroadCastSocketThread *broadCastThread;
void startBroadCastThread();
bool isBroadCastThreadRunning();
};