Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 799949 ... vs 578bec ... for ruralHouses client/src/common/AdminInterface.java

Diff revisions: vs.
  @@ -21,7 +21,7 @@
21 21
22 22 public void removeHouseDeletionRequests(RuralHouse house) throws RemoteException ;
23 23
24 - public void removeOwnerAdditionRequests(Account acc) throws RemoteException ;
24 + public void removeOwnerAdditionRequests(int index) throws RemoteException ;
25 25
26 26 public boolean addAdditionRequest(RuralHouse rh) throws RemoteException ;
27 27