Some improvements done, owner deletion started, some bugs remain there
[RRRRHHHH_Code] / ruralHouses / src / common / BookingInterface.java
index 8262f30..8780f2f 100644 (file)
@@ -16,7 +16,7 @@ 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;