Avoid race condition by manualy setting the island statut on running (Nils Mangelsen)

This commit is contained in:
quemy 2013-02-07 23:18:39 +01:00
commit c9c982fb81
4 changed files with 18 additions and 1 deletions

View file

@ -119,7 +119,12 @@ public:
* Check if the algorithm is stopped.
* @return true if stopped
*/
virtual bool isStopped(void) const;
virtual bool isStopped(void) const;
/**
* Set the stopped indicator on false
*/
virtual void setRunning(void);
/**
* Check if there is population to receive