Regenerated.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2973 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-02-25 14:51:51 +00:00
parent d4595269d5
commit 9ccff79f52
4 changed files with 11 additions and 22 deletions
@@ -1,10 +1,12 @@
//
// $Id: AdminDispatcher.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
// $Id: AdminDispatcher.java,v 1.4 2004/02/25 14:51:51 mdb Exp $
package com.threerings.admin.server;
import com.threerings.admin.client.AdminService;
import com.threerings.admin.client.AdminService.ConfigInfoListener;
import com.threerings.admin.data.AdminMarshaller;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.server.InvocationDispatcher;
@@ -12,10 +14,6 @@ import com.threerings.presents.server.InvocationException;
/**
* Dispatches requests to the {@link AdminProvider}.
*
* <p> Generated from <code>
* $Id: AdminDispatcher.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
* </code>
*/
public class AdminDispatcher extends InvocationDispatcher
{