cleaning
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManager.java
index fb3e664..0233811 100644 (file)
@@ -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<RuralHouse> 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.
 
 }