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:
@@ -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;
|
package com.threerings.micasa.simulator.server;
|
||||||
|
|
||||||
import com.samskivert.util.ResultListener;
|
import com.samskivert.util.ResultListener;
|
||||||
|
|
||||||
import com.threerings.crowd.data.BodyObject;
|
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.
|
* and provides no special functionality.
|
||||||
*/
|
*/
|
||||||
public class SimpleServer extends CrowdServer
|
public class SimpleServer extends MiCasaServer
|
||||||
implements SimulatorServer
|
implements SimulatorServer
|
||||||
{
|
{
|
||||||
// documentation inherited
|
// documentation inherited
|
||||||
|
|||||||
Reference in New Issue
Block a user