/* * =========================================================================== * $RCSfile$ * * Created on Jun 27, 2005 * * This code contains copyright information which is the proprietary property * of Opodo Ltd. No part of this code may be reproduced, stored or transmitted * in any form without the prior written permission of Opodo Ltd. * * Copyright (C) Opodo Ltd. 2005 * All rights reserved. * =========================================================================== */ import java.rmi.Remote; /** * @author Ricardo Gladwell * @version $Revision$, $Date$ */ public class TestRemote implements Remote { }