Merge branch 'master' of https://xp-dev.com/git/RRRRHHHH_Code
[RRRRHHHH_Code] / ruralHouses / src / common / OfferInterface.java
index ccf03b5..b1a7a78 100644 (file)
@@ -27,6 +27,6 @@ public interface OfferInterface extends Remote {
        public void deleteOffer(RuralHouse rh, Offer o) throws RemoteException,
                        Exception;
        
-       public Vector<RuralHouse> getRuralHouseOffers(RuralHouse rh)throws RemoteException;
+       public Vector<Offer> getRuralHouseOffers(RuralHouse rh)throws RemoteException;
 
 }