Regenerated services and receivers to fix bugs and use updated templates.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1659 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneDecoder.java,v 1.1 2002/08/14 19:07:57 mdb Exp $
|
||||
// $Id: SceneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
@@ -8,6 +8,10 @@ import com.threerings.whirled.client.SceneReceiver;
|
||||
|
||||
/**
|
||||
* Dispatches calls to a {@link SceneReceiver} instance.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: SceneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class SceneDecoder extends InvocationDecoder
|
||||
{
|
||||
@@ -48,5 +52,5 @@ public class SceneDecoder extends InvocationDecoder
|
||||
}
|
||||
}
|
||||
|
||||
// Generated on 11:25:48 08/12/02.
|
||||
// Generated on 12:37:01 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneMarshaller.java,v 1.1 2002/08/14 19:07:57 mdb Exp $
|
||||
// $Id: SceneMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.data;
|
||||
|
||||
@@ -17,6 +17,10 @@ import com.threerings.whirled.data.SceneModel;
|
||||
* 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: SceneMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class SceneMarshaller extends InvocationMarshaller
|
||||
implements SceneService
|
||||
@@ -27,7 +31,7 @@ public class SceneMarshaller extends InvocationMarshaller
|
||||
{
|
||||
/** The method id used to dispatch {@link #moveSucceeded}
|
||||
* responses. */
|
||||
public static final int MOVE_SUCCEEDED = 0;
|
||||
public static final int MOVE_SUCCEEDED = 1;
|
||||
|
||||
// documentation inherited from interface
|
||||
public void moveSucceeded (int arg1, PlaceConfig arg2)
|
||||
@@ -36,9 +40,10 @@ public class SceneMarshaller extends InvocationMarshaller
|
||||
callerOid, requestId, MOVE_SUCCEEDED,
|
||||
new Object[] { new Integer(arg1), arg2 }));
|
||||
}
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceededPlusUpdate}
|
||||
* responses. */
|
||||
public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 1;
|
||||
public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 2;
|
||||
|
||||
// documentation inherited from interface
|
||||
public void moveSucceededPlusUpdate (int arg1, PlaceConfig arg2, SceneModel arg3)
|
||||
@@ -81,5 +86,5 @@ public class SceneMarshaller extends InvocationMarshaller
|
||||
});
|
||||
}
|
||||
|
||||
// Class file generated on 00:26:03 08/11/02.
|
||||
// Class file generated on 12:33:06 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneDispatcher.java,v 1.1 2002/08/14 19:07:57 mdb Exp $
|
||||
// $Id: SceneDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.server;
|
||||
|
||||
@@ -16,6 +16,10 @@ import com.threerings.whirled.data.SceneModel;
|
||||
|
||||
/**
|
||||
* Dispatches requests to the {@link SceneProvider}.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: SceneDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class SceneDispatcher extends InvocationDispatcher
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SceneSender.java,v 1.1 2002/08/14 19:07:57 mdb Exp $
|
||||
// $Id: SceneSender.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.server;
|
||||
|
||||
@@ -11,6 +11,10 @@ import com.threerings.whirled.client.SceneReceiver;
|
||||
/**
|
||||
* Used to issue notifications to a {@link SceneReceiver} instance on a
|
||||
* client.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: SceneSender.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class SceneSender extends InvocationSender
|
||||
{
|
||||
@@ -26,5 +30,5 @@ public class SceneSender extends InvocationSender
|
||||
new Object[] { new Integer(arg1) });
|
||||
}
|
||||
|
||||
// Generated on 11:25:48 08/12/02.
|
||||
// Generated on 12:37:01 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotMarshaller.java,v 1.1 2002/08/14 19:07:58 mdb Exp $
|
||||
// $Id: SpotMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.spot.data;
|
||||
|
||||
@@ -17,6 +17,10 @@ import com.threerings.whirled.spot.client.SpotService.ChangeLocListener;
|
||||
* 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: SpotMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class SpotMarshaller extends InvocationMarshaller
|
||||
implements SpotService
|
||||
@@ -27,7 +31,7 @@ public class SpotMarshaller extends InvocationMarshaller
|
||||
{
|
||||
/** The method id used to dispatch {@link #changeLocSucceeded}
|
||||
* responses. */
|
||||
public static final int CHANGE_LOC_SUCCEEDED = 0;
|
||||
public static final int CHANGE_LOC_SUCCEEDED = 1;
|
||||
|
||||
// documentation inherited from interface
|
||||
public void changeLocSucceeded (int arg1)
|
||||
@@ -89,5 +93,5 @@ public class SpotMarshaller extends InvocationMarshaller
|
||||
});
|
||||
}
|
||||
|
||||
// Class file generated on 00:26:02 08/11/02.
|
||||
// Class file generated on 12:33:05 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SpotDispatcher.java,v 1.1 2002/08/14 19:07:58 mdb Exp $
|
||||
// $Id: SpotDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.spot.server;
|
||||
|
||||
@@ -16,6 +16,10 @@ import com.threerings.whirled.spot.data.SpotMarshaller;
|
||||
|
||||
/**
|
||||
* Dispatches requests to the {@link SpotProvider}.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: SpotDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class SpotDispatcher extends InvocationDispatcher
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneDecoder.java,v 1.1 2002/08/14 19:07:58 mdb Exp $
|
||||
// $Id: ZoneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.zone.client;
|
||||
|
||||
@@ -8,6 +8,10 @@ import com.threerings.whirled.zone.client.ZoneReceiver;
|
||||
|
||||
/**
|
||||
* Dispatches calls to a {@link ZoneReceiver} instance.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: ZoneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class ZoneDecoder extends InvocationDecoder
|
||||
{
|
||||
@@ -48,5 +52,5 @@ public class ZoneDecoder extends InvocationDecoder
|
||||
}
|
||||
}
|
||||
|
||||
// Generated on 11:25:47 08/12/02.
|
||||
// Generated on 12:37:00 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneMarshaller.java,v 1.1 2002/08/14 19:07:58 mdb Exp $
|
||||
// $Id: ZoneMarshaller.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.zone.data;
|
||||
|
||||
@@ -18,6 +18,10 @@ import com.threerings.whirled.zone.data.ZoneSummary;
|
||||
* 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: ZoneMarshaller.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class ZoneMarshaller extends InvocationMarshaller
|
||||
implements ZoneService
|
||||
@@ -28,7 +32,7 @@ public class ZoneMarshaller extends InvocationMarshaller
|
||||
{
|
||||
/** The method id used to dispatch {@link #moveSucceeded}
|
||||
* responses. */
|
||||
public static final int MOVE_SUCCEEDED = 0;
|
||||
public static final int MOVE_SUCCEEDED = 1;
|
||||
|
||||
// documentation inherited from interface
|
||||
public void moveSucceeded (int arg1, PlaceConfig arg2, ZoneSummary arg3)
|
||||
@@ -37,9 +41,10 @@ public class ZoneMarshaller extends InvocationMarshaller
|
||||
callerOid, requestId, MOVE_SUCCEEDED,
|
||||
new Object[] { new Integer(arg1), arg2, arg3 }));
|
||||
}
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceededPlusUpdate}
|
||||
* responses. */
|
||||
public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 1;
|
||||
public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 2;
|
||||
|
||||
// documentation inherited from interface
|
||||
public void moveSucceededPlusUpdate (int arg1, PlaceConfig arg2, ZoneSummary arg3, SceneModel arg4)
|
||||
@@ -82,5 +87,5 @@ public class ZoneMarshaller extends InvocationMarshaller
|
||||
});
|
||||
}
|
||||
|
||||
// Class file generated on 00:26:02 08/11/02.
|
||||
// Class file generated on 12:33:05 08/20/02.
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneDispatcher.java,v 1.1 2002/08/14 19:07:58 mdb Exp $
|
||||
// $Id: ZoneDispatcher.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.zone.server;
|
||||
|
||||
@@ -17,6 +17,10 @@ import com.threerings.whirled.zone.data.ZoneSummary;
|
||||
|
||||
/**
|
||||
* Dispatches requests to the {@link ZoneProvider}.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: ZoneDispatcher.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class ZoneDispatcher extends InvocationDispatcher
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneSender.java,v 1.1 2002/08/14 19:07:58 mdb Exp $
|
||||
// $Id: ZoneSender.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.zone.server;
|
||||
|
||||
@@ -11,6 +11,10 @@ import com.threerings.whirled.zone.client.ZoneReceiver;
|
||||
/**
|
||||
* Used to issue notifications to a {@link ZoneReceiver} instance on a
|
||||
* client.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: ZoneSender.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class ZoneSender extends InvocationSender
|
||||
{
|
||||
@@ -26,5 +30,5 @@ public class ZoneSender extends InvocationSender
|
||||
new Object[] { new Integer(arg1), new Integer(arg2) });
|
||||
}
|
||||
|
||||
// Generated on 11:25:47 08/12/02.
|
||||
// Generated on 12:37:00 08/20/02.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user