Regeneration of generated files.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@84 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-10-02 07:46:47 +00:00
parent a32f71bcda
commit f48a48436d
32 changed files with 109 additions and 103 deletions
@@ -1,9 +1,9 @@
//
// $Id: PuzzleGameDispatcher.java 4145 2006-05-24 01:24:24Z ray $
// $Id$
//
// Narya library - tools for developing networked games
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2006 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published
@@ -44,13 +44,13 @@ public class PuzzleGameDispatcher extends InvocationDispatcher
this.provider = provider;
}
// documentation inherited
// from InvocationDispatcher
public InvocationMarshaller createMarshaller ()
{
return new PuzzleGameMarshaller();
}
// documentation inherited
@SuppressWarnings("unchecked") // from InvocationDispatcher
public void dispatchRequest (
ClientObject source, int methodId, Object[] args)
throws InvocationException