Update for windows compatibility

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@359 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-06-25 15:44:52 +00:00
commit f9693d1e1c
229 changed files with 3759 additions and 2398 deletions

View file

@ -156,14 +156,10 @@ moTS (moMoveExpl < M > &__move_expl, moSolContinue < EOT > &__cont, eoEvalFunc <
private:
//! Boolean allowing to initialise the ptread_mutex_t in the constructor
static
bool
first_time;
static bool first_time;
//! The lock
static
pthread_mutex_t
mutex;
static pthread_mutex_t mutex;
//! Neighborhood explorer
moMoveExpl < M > &move_expl;