Regenerated from service definitions.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3037 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-06-22 13:57:44 +00:00
parent 425e8a6dcb
commit 031331a5c3
12 changed files with 28 additions and 43 deletions
@@ -1,22 +1,21 @@
//
// $Id: LobbyDispatcher.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
// $Id: LobbyDispatcher.java,v 1.4 2004/06/22 13:55:25 mdb Exp $
package com.threerings.micasa.lobby;
import com.threerings.micasa.lobby.LobbyMarshaller;
import com.threerings.micasa.lobby.LobbyService;
import com.threerings.micasa.lobby.LobbyService.CategoriesListener;
import com.threerings.micasa.lobby.LobbyService.LobbiesListener;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.server.InvocationDispatcher;
import com.threerings.presents.server.InvocationException;
import java.util.List;
/**
* Dispatches requests to the {@link LobbyProvider}.
*
* <p> Generated from <code>
* $Id: LobbyDispatcher.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
* </code>
*/
public class LobbyDispatcher extends InvocationDispatcher
{
@@ -1,9 +1,11 @@
//
// $Id: LobbyMarshaller.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
// $Id: LobbyMarshaller.java,v 1.4 2004/06/22 13:55:25 mdb Exp $
package com.threerings.micasa.lobby;
import com.threerings.micasa.lobby.LobbyService;
import com.threerings.micasa.lobby.LobbyService.CategoriesListener;
import com.threerings.micasa.lobby.LobbyService.LobbiesListener;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -15,10 +17,6 @@ import java.util.List;
* on the server. Also provides an implementation of the response listener
* interfaces that marshall the response arguments and deliver them back
* to the requesting client.
*
* <p> Generated from <code>
* $Id: LobbyMarshaller.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
* </code>
*/
public class LobbyMarshaller extends InvocationMarshaller
implements LobbyService
@@ -111,5 +109,4 @@ public class LobbyMarshaller extends InvocationMarshaller
});
}
// Class file generated on 12:33:03 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: SimulatorMarshaller.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
// $Id: SimulatorMarshaller.java,v 1.4 2004/06/22 13:55:25 mdb Exp $
package com.threerings.micasa.simulator.data;
@@ -7,6 +7,7 @@ import com.threerings.micasa.simulator.client.SimulatorService;
import com.threerings.parlor.game.GameConfig;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
/**
* Provides the implementation of the {@link SimulatorService} interface
@@ -14,10 +15,6 @@ import com.threerings.presents.data.InvocationMarshaller;
* on the server. Also provides an implementation of the response listener
* interfaces that marshall the response arguments and deliver them back
* to the requesting client.
*
* <p> Generated from <code>
* $Id: SimulatorMarshaller.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
* </code>
*/
public class SimulatorMarshaller extends InvocationMarshaller
implements SimulatorService
@@ -33,5 +30,4 @@ public class SimulatorMarshaller extends InvocationMarshaller
});
}
// Class file generated on 12:33:03 08/20/02.
}
@@ -1,10 +1,12 @@
//
// $Id: SimulatorDispatcher.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
// $Id: SimulatorDispatcher.java,v 1.4 2004/06/22 13:55:25 mdb Exp $
package com.threerings.micasa.simulator.server;
import com.threerings.micasa.simulator.client.SimulatorService;
import com.threerings.micasa.simulator.data.SimulatorMarshaller;
import com.threerings.parlor.game.GameConfig;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.server.InvocationDispatcher;
@@ -12,10 +14,6 @@ import com.threerings.presents.server.InvocationException;
/**
* Dispatches requests to the {@link SimulatorProvider}.
*
* <p> Generated from <code>
* $Id: SimulatorDispatcher.java,v 1.3 2004/02/25 14:43:37 mdb Exp $
* </code>
*/
public class SimulatorDispatcher extends InvocationDispatcher
{