Merge branch 'master' of ssh://xp-dev.com/RRRRHHHH_Code
[RRRRHHHH_Code] / ruralHouses / src / common / AdminInterface.java
index c45a81c..7e3289f 100644 (file)
@@ -17,11 +17,13 @@ public interface AdminInterface extends Remote {
 
        public Vector<Account> getOwnerAdditionRequests() throws RemoteException ;
        
+       public Vector<Owner> getAllOwners()throws RemoteException ;
+       
        public void removeHouseAdditionRequests(RuralHouse house) throws RemoteException ;
 
        public void removeHouseDeletionRequests(RuralHouse house) throws RemoteException ;
        
-       public void removeOwnerAdditionRequests(Account acc) throws RemoteException ;
+       public void removeOwnerAdditionRequests(int index) throws RemoteException ;
        
        public boolean addAdditionRequest(RuralHouse rh) throws RemoteException ;