From: Erik V. <ev...@us...> - 2010-05-24 11:42:43
|
Update of /cvsroot/rails/18xx/rails/game In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv2758/rails/game Modified Files: PublicCompanyI.java PublicCompany.java Log Message: 18EU bankruptcy rules (Phase 3a) Index: PublicCompany.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/PublicCompany.java,v retrieving revision 1.97 retrieving revision 1.98 diff -C2 -d -r1.97 -r1.98 *** PublicCompany.java 24 May 2010 11:20:42 -0000 1.97 --- PublicCompany.java 24 May 2010 11:42:35 -0000 1.98 *************** *** 1027,1030 **** --- 1027,1034 ---- } + public ModelObject getIsClosedModel () { + return closedObject; + } + /** * Set the company par price. <p> <i>Note: this method should <b>not</b> be Index: PublicCompanyI.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/PublicCompanyI.java,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** PublicCompanyI.java 24 May 2010 11:20:42 -0000 1.55 --- PublicCompanyI.java 24 May 2010 11:42:35 -0000 1.56 *************** *** 359,362 **** --- 359,363 ---- public ModelObject getInGameModel (); + public ModelObject getIsClosedModel (); |