Merge branch 'master' of https://xp-dev.com/git/RRRRHHHH_Code
[RRRRHHHH_Code] / ruralHouses / src / common / BookingInterface.java
index 8262f30..598a537 100644 (file)
@@ -13,10 +13,9 @@ import exceptions.OfferCanNotBeBooked;
 public interface BookingInterface extends Remote {
 
 
-       public int getNumber() throws RemoteException;
 
 
-       public void removeDenyBooking(Booking b) throws RemoteException;
+       public void denyBooking(Booking b) throws RemoteException;
 
 
        public void acceptBooking(Booking b) throws RemoteException;