more polymorphie steps for BeRo

This commit is contained in:
doitux
2007-08-05 13:07:23 +00:00
parent ce61172ab3
commit b68b8d48dd
29 changed files with 1736 additions and 41 deletions
+7
View File
@@ -108,6 +108,13 @@ ClientHand::getRiver() const
return myRiver;
}
BeRoInterface*
ClientHand::getCurrentBeRo() const
{
return myBeRo;
}
GuiInterface*
ClientHand::getGuiInterface() const
{