Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
4f8bcc7fa6ac7640915ac3aa5e115b6d37c08a86
1
2
3
4
5
6
7
8
9
10
11
12
13
package common;

import java.rmi.Remote;
import java.rmi.RemoteException;
import domain.Account;

public interface AccountInterface extends Remote{
	

	public boolean addAccount(Account ac) throws RemoteException;
	
	public boolean removeAccount(Account ac) throws RemoteException;
}

Commits for RRRRHHHH_CoderuralHouses/src/common/AccountInterface.java

Diff revisions: vs.
Revision Author Commited Message
4f8bcc ... epinzolas001 Mon 18 May, 2015 09:49:54 +0000

Merge conflicts solutioned