The simulator server now extends the MiCasa server since it lives in the

MiCasa package and aught to support the testing of Parlor-based games.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1647 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-08-15 23:21:45 +00:00
parent 2ed4b6e0c4
commit 3dfc8404c8
@@ -1,18 +1,18 @@
//
// $Id: SimpleServer.java,v 1.5 2002/06/10 19:16:41 shaper Exp $
// $Id: SimpleServer.java,v 1.6 2002/08/15 23:21:45 mdb Exp $
package com.threerings.micasa.simulator.server;
import com.samskivert.util.ResultListener;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.server.CrowdServer;
import com.threerings.micasa.server.MiCasaServer;
/**
* A simple simulator server implementation that extends the crowd server
* A simple simulator server implementation that extends the MiCasa server
* and provides no special functionality.
*/
public class SimpleServer extends CrowdServer
public class SimpleServer extends MiCasaServer
implements SimulatorServer
{
// documentation inherited