git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@794 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5ccbfa458d
commit
aecc5ba8fc
35 changed files with 498 additions and 262 deletions
|
|
@ -230,8 +230,8 @@ template< class EOT > void peoSyncIslandMig< EOT > :: pack()
|
|||
|
||||
lock ();
|
||||
|
||||
pack( coop_em.front()->getKey() );
|
||||
pack( em.front() );
|
||||
::pack( coop_em.front()->getKey() );
|
||||
::pack( em.front() );
|
||||
coop_em.pop();
|
||||
em.pop();
|
||||
|
||||
|
|
@ -245,7 +245,7 @@ template< class EOT > void peoSyncIslandMig< EOT > :: unpack()
|
|||
lock ();
|
||||
|
||||
eoPop< EOT > mig;
|
||||
unpack( mig );
|
||||
::unpack( mig );
|
||||
imm.push( mig );
|
||||
|
||||
unlock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue