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:
Michael Bayne
2002-08-20 19:38:16 +00:00
parent d7b2c3de87
commit 99edb5cd5e
34 changed files with 267 additions and 129 deletions
@@ -1,5 +1,5 @@
//
// $Id: ChatDecoder.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: ChatDecoder.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
package com.threerings.crowd.chat;
@@ -8,6 +8,10 @@ import com.threerings.presents.client.InvocationDecoder;
/**
* Dispatches calls to a {@link ChatReceiver} instance.
*
* <p> Generated from <code>
* $Id: ChatDecoder.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class ChatDecoder extends InvocationDecoder
{
@@ -48,5 +52,5 @@ public class ChatDecoder extends InvocationDecoder
}
}
// Generated on 11:25:46 08/12/02.
// Generated on 12:36:59 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: ChatMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: ChatMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
package com.threerings.crowd.chat;
@@ -15,6 +15,10 @@ 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: ChatMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class ChatMarshaller extends InvocationMarshaller
implements ChatService
@@ -25,7 +29,7 @@ public class ChatMarshaller extends InvocationMarshaller
{
/** The method id used to dispatch {@link #tellSucceeded}
* responses. */
public static final int TELL_SUCCEEDED = 0;
public static final int TELL_SUCCEEDED = 1;
// documentation inherited from interface
public void tellSucceeded ()
@@ -63,5 +67,5 @@ public class ChatMarshaller extends InvocationMarshaller
});
}
// Class file generated on 00:25:59 08/11/02.
// Class file generated on 12:33:02 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: SpeakMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: SpeakMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
package com.threerings.crowd.chat;
@@ -14,6 +14,10 @@ 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: SpeakMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class SpeakMarshaller extends InvocationMarshaller
implements SpeakService
@@ -29,5 +33,5 @@ public class SpeakMarshaller extends InvocationMarshaller
});
}
// Class file generated on 19:01:34 08/12/02.
// Class file generated on 12:33:01 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: ChatDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: ChatDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
package com.threerings.crowd.chat;
@@ -14,6 +14,10 @@ import com.threerings.presents.server.InvocationException;
/**
* Dispatches requests to the {@link ChatProvider}.
*
* <p> Generated from <code>
* $Id: ChatDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class ChatDispatcher extends InvocationDispatcher
{
@@ -1,5 +1,5 @@
//
// $Id: ChatSender.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: ChatSender.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
package com.threerings.crowd.chat;
@@ -11,6 +11,10 @@ import com.threerings.presents.server.InvocationSender;
/**
* Used to issue notifications to a {@link ChatReceiver} instance on a
* client.
*
* <p> Generated from <code>
* $Id: ChatSender.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class ChatSender extends InvocationSender
{
@@ -26,5 +30,5 @@ public class ChatSender extends InvocationSender
new Object[] { arg1, arg2, arg3 });
}
// Generated on 11:25:46 08/12/02.
// Generated on 12:36:59 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: SpeakDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: SpeakDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
package com.threerings.crowd.chat;
@@ -13,6 +13,10 @@ import com.threerings.presents.server.InvocationException;
/**
* Dispatches requests to the {@link SpeakProvider}.
*
* <p> Generated from <code>
* $Id: SpeakDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class SpeakDispatcher extends InvocationDispatcher
{
@@ -1,5 +1,5 @@
//
// $Id: LocationDecoder.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: LocationDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
package com.threerings.crowd.client;
@@ -8,6 +8,10 @@ import com.threerings.presents.client.InvocationDecoder;
/**
* Dispatches calls to a {@link LocationReceiver} instance.
*
* <p> Generated from <code>
* $Id: LocationDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class LocationDecoder extends InvocationDecoder
{
@@ -48,5 +52,5 @@ public class LocationDecoder extends InvocationDecoder
}
}
// Generated on 11:25:46 08/12/02.
// Generated on 12:36:59 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: LocationMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: LocationMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
package com.threerings.crowd.data;
@@ -16,6 +16,10 @@ 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: LocationMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class LocationMarshaller extends InvocationMarshaller
implements LocationService
@@ -26,7 +30,7 @@ public class LocationMarshaller 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 (PlaceConfig arg1)
@@ -64,5 +68,5 @@ public class LocationMarshaller extends InvocationMarshaller
});
}
// Class file generated on 00:25:59 08/11/02.
// Class file generated on 12:33:02 08/20/02.
}
@@ -1,5 +1,5 @@
//
// $Id: LocationDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
package com.threerings.crowd.server;
@@ -15,6 +15,10 @@ import com.threerings.presents.server.InvocationException;
/**
* Dispatches requests to the {@link LocationProvider}.
*
* <p> Generated from <code>
* $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class LocationDispatcher extends InvocationDispatcher
{
@@ -1,5 +1,5 @@
//
// $Id: LocationSender.java,v 1.1 2002/08/14 19:07:49 mdb Exp $
// $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
package com.threerings.crowd.server;
@@ -11,6 +11,10 @@ import com.threerings.presents.server.InvocationSender;
/**
* Used to issue notifications to a {@link LocationReceiver} instance on a
* client.
*
* <p> Generated from <code>
* $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class LocationSender extends InvocationSender
{
@@ -26,5 +30,5 @@ public class LocationSender extends InvocationSender
new Object[] { new Integer(arg1) });
}
// Generated on 11:25:46 08/12/02.
// Generated on 12:36:59 08/20/02.
}