Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions d30bcc ... vs ccac99 ... for ruralHouses client/src/common/BookingInterface.java

Diff revisions: vs.
  @@ -15,7 +15,7 @@
15 15
16 16
17 17
18 - public void removeDenyBooking(Booking b) throws RemoteException;
18 + public void denyBooking(Booking b) throws RemoteException;
19 19
20 20
21 21 public void acceptBooking(Booking b) throws RemoteException;