Regenerated.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2973 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -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;
|
package com.threerings.admin.data;
|
||||||
|
|
||||||
import com.threerings.admin.client.AdminService;
|
import com.threerings.admin.client.AdminService;
|
||||||
|
import com.threerings.admin.client.AdminService.ConfigInfoListener;
|
||||||
import com.threerings.presents.client.Client;
|
import com.threerings.presents.client.Client;
|
||||||
import com.threerings.presents.data.InvocationMarshaller;
|
import com.threerings.presents.data.InvocationMarshaller;
|
||||||
import com.threerings.presents.dobj.InvocationResponseEvent;
|
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
|
* on the server. Also provides an implementation of the response listener
|
||||||
* interfaces that marshall the response arguments and deliver them back
|
* interfaces that marshall the response arguments and deliver them back
|
||||||
* to the requesting client.
|
* to the requesting client.
|
||||||
*
|
|
||||||
* <p> Generated from <code>
|
|
||||||
* $Id: AdminMarshaller.java,v 1.3 2004/02/25 14:39:14 mdb Exp $
|
|
||||||
* </code>
|
|
||||||
*/
|
*/
|
||||||
public class AdminMarshaller extends InvocationMarshaller
|
public class AdminMarshaller extends InvocationMarshaller
|
||||||
implements AdminService
|
implements AdminService
|
||||||
@@ -66,5 +63,4 @@ public class AdminMarshaller extends InvocationMarshaller
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Class file generated on 12:33:01 08/20/02.
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
package com.threerings.admin.server;
|
||||||
|
|
||||||
|
import com.threerings.admin.client.AdminService;
|
||||||
import com.threerings.admin.client.AdminService.ConfigInfoListener;
|
import com.threerings.admin.client.AdminService.ConfigInfoListener;
|
||||||
import com.threerings.admin.data.AdminMarshaller;
|
import com.threerings.admin.data.AdminMarshaller;
|
||||||
|
import com.threerings.presents.client.Client;
|
||||||
import com.threerings.presents.data.ClientObject;
|
import com.threerings.presents.data.ClientObject;
|
||||||
import com.threerings.presents.data.InvocationMarshaller;
|
import com.threerings.presents.data.InvocationMarshaller;
|
||||||
import com.threerings.presents.server.InvocationDispatcher;
|
import com.threerings.presents.server.InvocationDispatcher;
|
||||||
@@ -12,10 +14,6 @@ import com.threerings.presents.server.InvocationException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Dispatches requests to the {@link AdminProvider}.
|
* 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
|
public class AdminDispatcher extends InvocationDispatcher
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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;
|
package com.threerings.crowd.data;
|
||||||
|
|
||||||
import com.threerings.crowd.client.LocationService;
|
import com.threerings.crowd.client.LocationService;
|
||||||
|
import com.threerings.crowd.client.LocationService.MoveListener;
|
||||||
import com.threerings.crowd.data.PlaceConfig;
|
import com.threerings.crowd.data.PlaceConfig;
|
||||||
import com.threerings.presents.client.Client;
|
import com.threerings.presents.client.Client;
|
||||||
import com.threerings.presents.data.InvocationMarshaller;
|
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
|
* on the server. Also provides an implementation of the response listener
|
||||||
* interfaces that marshall the response arguments and deliver them back
|
* interfaces that marshall the response arguments and deliver them back
|
||||||
* to the requesting client.
|
* to the requesting client.
|
||||||
*
|
|
||||||
* <p> Generated from <code>
|
|
||||||
* $Id: LocationMarshaller.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
|
||||||
* </code>
|
|
||||||
*/
|
*/
|
||||||
public class LocationMarshaller extends InvocationMarshaller
|
public class LocationMarshaller extends InvocationMarshaller
|
||||||
implements LocationService
|
implements LocationService
|
||||||
@@ -67,5 +64,4 @@ public class LocationMarshaller extends InvocationMarshaller
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Class file generated on 12:33:02 08/20/02.
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
|
import com.threerings.crowd.client.LocationService;
|
||||||
import com.threerings.crowd.client.LocationService.MoveListener;
|
import com.threerings.crowd.client.LocationService.MoveListener;
|
||||||
import com.threerings.crowd.data.LocationMarshaller;
|
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.ClientObject;
|
||||||
import com.threerings.presents.data.InvocationMarshaller;
|
import com.threerings.presents.data.InvocationMarshaller;
|
||||||
import com.threerings.presents.server.InvocationDispatcher;
|
import com.threerings.presents.server.InvocationDispatcher;
|
||||||
@@ -12,10 +15,6 @@ import com.threerings.presents.server.InvocationException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Dispatches requests to the {@link LocationProvider}.
|
* Dispatches requests to the {@link LocationProvider}.
|
||||||
*
|
|
||||||
* <p> Generated from <code>
|
|
||||||
* $Id: LocationDispatcher.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
|
||||||
* </code>
|
|
||||||
*/
|
*/
|
||||||
public class LocationDispatcher extends InvocationDispatcher
|
public class LocationDispatcher extends InvocationDispatcher
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user