diff --git a/src/java/com/threerings/admin/data/AdminMarshaller.java b/src/java/com/threerings/admin/data/AdminMarshaller.java index 17ca8ff5f..5b852dcd1 100644 --- a/src/java/com/threerings/admin/data/AdminMarshaller.java +++ b/src/java/com/threerings/admin/data/AdminMarshaller.java @@ -1,9 +1,10 @@ // -// $Id: AdminMarshaller.java,v 1.3 2004/02/25 14:39:14 mdb Exp $ +// $Id: AdminMarshaller.java,v 1.4 2004/02/25 14:51:51 mdb Exp $ package com.threerings.admin.data; import com.threerings.admin.client.AdminService; +import com.threerings.admin.client.AdminService.ConfigInfoListener; import com.threerings.presents.client.Client; import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.dobj.InvocationResponseEvent; @@ -14,10 +15,6 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * on the server. Also provides an implementation of the response listener * interfaces that marshall the response arguments and deliver them back * to the requesting client. - * - *

Generated from - * $Id: AdminMarshaller.java,v 1.3 2004/02/25 14:39:14 mdb Exp $ - * */ public class AdminMarshaller extends InvocationMarshaller implements AdminService @@ -66,5 +63,4 @@ public class AdminMarshaller extends InvocationMarshaller }); } - // Class file generated on 12:33:01 08/20/02. } diff --git a/src/java/com/threerings/admin/server/AdminDispatcher.java b/src/java/com/threerings/admin/server/AdminDispatcher.java index 5ee0eb292..8c450d60e 100644 --- a/src/java/com/threerings/admin/server/AdminDispatcher.java +++ b/src/java/com/threerings/admin/server/AdminDispatcher.java @@ -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}. - * - *

Generated from - * $Id: AdminDispatcher.java,v 1.3 2004/02/25 14:39:14 mdb Exp $ - * */ public class AdminDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/crowd/data/LocationMarshaller.java b/src/java/com/threerings/crowd/data/LocationMarshaller.java index c6b98f198..ace755b88 100644 --- a/src/java/com/threerings/crowd/data/LocationMarshaller.java +++ b/src/java/com/threerings/crowd/data/LocationMarshaller.java @@ -1,9 +1,10 @@ // -// $Id: LocationMarshaller.java,v 1.3 2004/02/25 14:41:47 mdb Exp $ +// $Id: LocationMarshaller.java,v 1.4 2004/02/25 14:51:51 mdb Exp $ package com.threerings.crowd.data; import com.threerings.crowd.client.LocationService; +import com.threerings.crowd.client.LocationService.MoveListener; import com.threerings.crowd.data.PlaceConfig; import com.threerings.presents.client.Client; import com.threerings.presents.data.InvocationMarshaller; @@ -15,10 +16,6 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * on the server. Also provides an implementation of the response listener * interfaces that marshall the response arguments and deliver them back * to the requesting client. - * - *

Generated from - * $Id: LocationMarshaller.java,v 1.3 2004/02/25 14:41:47 mdb Exp $ - * */ public class LocationMarshaller extends InvocationMarshaller implements LocationService @@ -67,5 +64,4 @@ public class LocationMarshaller extends InvocationMarshaller }); } - // Class file generated on 12:33:02 08/20/02. } diff --git a/src/java/com/threerings/crowd/server/LocationDispatcher.java b/src/java/com/threerings/crowd/server/LocationDispatcher.java index 1776d97c9..36fd06573 100644 --- a/src/java/com/threerings/crowd/server/LocationDispatcher.java +++ b/src/java/com/threerings/crowd/server/LocationDispatcher.java @@ -1,10 +1,13 @@ // -// $Id: LocationDispatcher.java,v 1.3 2004/02/25 14:41:47 mdb Exp $ +// $Id: LocationDispatcher.java,v 1.4 2004/02/25 14:51:51 mdb Exp $ package com.threerings.crowd.server; +import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService.MoveListener; import com.threerings.crowd.data.LocationMarshaller; +import com.threerings.crowd.data.PlaceConfig; +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 +15,6 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link LocationProvider}. - * - *

Generated from - * $Id: LocationDispatcher.java,v 1.3 2004/02/25 14:41:47 mdb Exp $ - * */ public class LocationDispatcher extends InvocationDispatcher {