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:
@@ -1,11 +1,12 @@
|
||||
//
|
||||
// $Id: SpeakMarshaller.java,v 1.4 2004/02/25 14:41:47 mdb Exp $
|
||||
// $Id: SpeakMarshaller.java,v 1.5 2004/06/22 13:55:25 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.chat.data;
|
||||
|
||||
import com.threerings.crowd.chat.client.SpeakService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link SpeakService} interface
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
//
|
||||
// $Id: SpeakDispatcher.java,v 1.4 2004/02/25 14:41:47 mdb Exp $
|
||||
// $Id: SpeakDispatcher.java,v 1.5 2004/06/22 13:55:25 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.chat.server;
|
||||
|
||||
import com.threerings.crowd.chat.client.SpeakService;
|
||||
import com.threerings.crowd.chat.data.SpeakMarshaller;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
//
|
||||
// $Id: BodyMarshaller.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
||||
// $Id: BodyMarshaller.java,v 1.4 2004/06/22 13:57:44 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link BodyService} interface
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
//
|
||||
// $Id: BodyDispatcher.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
||||
// $Id: BodyDispatcher.java,v 1.4 2004/06/22 13:57:44 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
import com.threerings.crowd.data.BodyMarshaller;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: GameDispatcher.java,v 1.3 2002/09/06 22:52:27 shaper Exp $
|
||||
// $Id: GameDispatcher.java,v 1.4 2004/06/22 13:55:25 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.game;
|
||||
|
||||
@@ -55,6 +55,4 @@ public class GameDispatcher extends InvocationDispatcher
|
||||
super.dispatchRequest(source, methodId, args);
|
||||
}
|
||||
}
|
||||
|
||||
// Generated on 12:49:14 09/06/02.
|
||||
}
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
//
|
||||
// $Id: GameMarshaller.java,v 1.4 2004/02/25 14:44:54 mdb Exp $
|
||||
// $Id: GameMarshaller.java,v 1.5 2004/06/22 13:55:25 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.game;
|
||||
|
||||
import com.threerings.parlor.game.GameService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link GameService} interface
|
||||
@@ -39,5 +40,4 @@ public class GameMarshaller extends InvocationMarshaller
|
||||
});
|
||||
}
|
||||
|
||||
// Generated on 12:49:14 09/06/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TimeBaseMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
// $Id: TimeBaseMarshaller.java,v 1.3 2004/06/22 13:55:25 mdb Exp $
|
||||
|
||||
package com.threerings.presents.data;
|
||||
|
||||
@@ -15,10 +15,6 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
* 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: TimeBaseMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class TimeBaseMarshaller extends InvocationMarshaller
|
||||
implements TimeBaseService
|
||||
@@ -67,5 +63,4 @@ public class TimeBaseMarshaller extends InvocationMarshaller
|
||||
});
|
||||
}
|
||||
|
||||
// Class file generated on 12:33:05 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TimeBaseDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
// $Id: TimeBaseDispatcher.java,v 1.3 2004/06/22 13:55:25 mdb Exp $
|
||||
|
||||
package com.threerings.presents.server;
|
||||
|
||||
@@ -14,10 +14,6 @@ import com.threerings.presents.server.InvocationException;
|
||||
|
||||
/**
|
||||
* Dispatches requests to the {@link TimeBaseProvider}.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: TimeBaseDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class TimeBaseDispatcher extends InvocationDispatcher
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user