X-Git-Url: https://xp-dev.com/git/RRRRHHHH_Code/blobdiff_plain/c92b616b1406bb5ff52624836f0608e8c5062451..d30bcc8a3c13bbf5144b03a644c1345865aed708:/ruralHouses/src/businessLogic/HouseManager.java diff --git a/ruralHouses/src/businessLogic/HouseManager.java b/ruralHouses/src/businessLogic/HouseManager.java index fb3e664..0233811 100644 --- a/ruralHouses/src/businessLogic/HouseManager.java +++ b/ruralHouses/src/businessLogic/HouseManager.java @@ -60,24 +60,5 @@ public class HouseManager extends UnicastRemoteObject implements HouseInterface return this.dbMngr.getRuralHouses( ow, name ,town, nBed, nKit, nBath, nPark, nLiv); } - @Override - public Vector getAllRuralHouses() throws RemoteException, - Exception { - return dbMngr.getAllRuralHouses(); - } - - - - // For future implementation - // @Override - // public void modifyHouse(int houseName, Owner owner, String description, - // String town, int nRooms, int nKitchens, int nBaths, int nLivings, - // int nParkings) { - // // TODO Auto-generated method stub - // - // } - - // Maybe returning the offer is not necessary. Depends on GUI - // implementation. }