Updated services.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5436 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-10 22:46:24 +00:00
parent 97b6ea79c5
commit f1b1a06834
22 changed files with 37 additions and 64 deletions
@@ -21,12 +21,11 @@
package com.threerings.crowd.server;
import com.threerings.crowd.data.BodyMarshaller;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationDispatcher;
import com.threerings.presents.server.InvocationException;
import com.threerings.crowd.data.BodyMarshaller;
/**
* Dispatches requests to the {@link BodyProvider}.
*/
@@ -21,11 +21,10 @@
package com.threerings.crowd.server;
import com.threerings.crowd.client.BodyService;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationProvider;
import com.threerings.crowd.client.BodyService;
/**
* Defines the server-side of the {@link BodyService}.
*/
@@ -21,13 +21,12 @@
package com.threerings.crowd.server;
import com.threerings.crowd.client.LocationService;
import com.threerings.crowd.data.LocationMarshaller;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationDispatcher;
import com.threerings.presents.server.InvocationException;
import com.threerings.crowd.client.LocationService;
import com.threerings.crowd.data.LocationMarshaller;
/**
* Dispatches requests to the {@link LocationProvider}.
*/
@@ -21,12 +21,11 @@
package com.threerings.crowd.server;
import com.threerings.crowd.client.LocationService;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException;
import com.threerings.presents.server.InvocationProvider;
import com.threerings.crowd.client.LocationService;
/**
* Defines the server-side of the {@link LocationService}.
*/