Regenerated with updated Marshaller and Dispatcher templates.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4398 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-04 18:13:34 +00:00
parent d25d5e53f1
commit 20c0f0ff3d
14 changed files with 44 additions and 43 deletions
@@ -44,13 +44,13 @@ public class LocationDispatcher extends InvocationDispatcher
this.provider = provider;
}
// documentation inherited
// from InvocationDispatcher
public InvocationMarshaller createMarshaller ()
{
return new LocationMarshaller();
}
// documentation inherited
@SuppressWarnings("unchecked") // from InvocationDispatcher
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException