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: 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.
}