Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 34bf26 ... vs 32ba0e ... for ruralHouses/src/common/AdminInterface.java

Diff revisions: vs.
  @@ -17,6 +17,8 @@
17 17
18 18 public Vector<Account> getOwnerAdditionRequests() throws RemoteException ;
19 19
20 + public Vector<Owner> getAllOwners()throws RemoteException ;
21 +
20 22 public void removeHouseAdditionRequests(RuralHouse house) throws RemoteException ;
21 23
22 24 public void removeHouseDeletionRequests(RuralHouse house) throws RemoteException ;