/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE @UMPLE_VERSION@ modeling language!*/

package distributed.rmi3;
import java.io.Serializable;
import java.rmi.RemoteException;
public interface IClientImpl extends java.rmi.Remote, ICCImpl
{
  public int getHashCodeImpl() throws RemoteException;
  public void deleteImpl() throws RemoteException;
}