Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 799949 ... vs 578bec ... for ruralHouses client/src/common/AccountInterface.java

Diff revisions: vs.
  @@ -9,7 +9,7 @@
9 9 public interface AccountInterface extends Remote{
10 10
11 11
12 - public boolean addAccount(Account ac) throws RemoteException;
12 + public boolean addAccount(int index) throws RemoteException;
13 13
14 14 public boolean removeAccount(Account ac) throws RemoteException;
15 15 }