Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions e90cb4 ... vs 4bc36b ... for ruralHouses/src/common/HouseInterface.java

Diff revisions: vs.
  @@ -16,7 +16,7 @@
16 16
17 17 public void removeHouse(RuralHouse rh, Owner owner)throws RemoteException;
18 18
19 - public Vector<RuralHouse> getHouses(String name,String town,int nBed , int nKit, int nBath, int nPark, int nLiv) throws RemoteException;
19 + public Vector<RuralHouse> getHouses(Owner ow, String name,String town,int nBed , int nKit, int nBath, int nPark, int nLiv) throws RemoteException;
20 20
21 21 /**
22 22 * This method retrieves the existing rural houses