BeRo refactoring

This commit is contained in:
doitux
2007-08-06 22:39:46 +00:00
parent a7cdb38ab8
commit c8207f9b8e
9 changed files with 51 additions and 41 deletions
+1 -6
View File
@@ -47,12 +47,7 @@ public:
virtual RiverInterface* createRiver(HandInterface* hi, int id, int aP, int dP, int sB) =0;
// virtual BeRoInterface* createBeRo() =0;
virtual BeRoFactoryInterface* createBeRoFactory(HandInterface* hi, int id, int aP, int dP, int sB) =0;
virtual std::vector<boost::shared_ptr<BeRoInterface> > createBeRo(HandInterface* hi, int id, int aP, int dP, int sB) =0;
};
#endif
// The following code introduces the new BeRo interface step by step. This hint will be removed if refactorying was succesfull //
// new BeRo Interface code stop here //