|
From: Greg <evo...@us...> - 2005-12-15 17:12:01
|
Update of /cvsroot/evolutionlejeu/evolutionlejeu/Evolution/Protogonos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25532/Evolution/Protogonos Modified Files: IEcoSquare.h Log Message: ADD : Active population computed in square and returned by ASpot Index: IEcoSquare.h =================================================================== RCS file: /cvsroot/evolutionlejeu/evolutionlejeu/Evolution/Protogonos/IEcoSquare.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IEcoSquare.h 15 Dec 2005 15:03:37 -0000 1.1 --- IEcoSquare.h 15 Dec 2005 17:11:52 -0000 1.2 *************** *** 16,20 **** virtual void OnBuildingSiteComplete( Event *pEvent ) = 0; ! }; --- 16,20 ---- virtual void OnBuildingSiteComplete( Event *pEvent ) = 0; ! virtual Population GetActivePopulation() = 0; }; |