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

@ -82,6 +82,11 @@ public:
*/
virtual bool isStopped(void) const = 0;
/**
* Set the stopped indicator on false
*/
virtual void setRunning(void) = 0;
/**
* Receive population by integrate individuals.
*/