Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 4f8bcc ... vs 578bec ... for ruralHouses/src/common/AccountInterface.java

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