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: 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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user