Various Eclipse suggested bits.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2969 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
//
|
||||
// $Id: BodyDispatcher.java,v 1.2 2003/06/03 21:41:33 ray Exp $
|
||||
// $Id: BodyDispatcher.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
import com.threerings.crowd.data.BodyMarshaller;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: BodyProvider.java,v 1.6 2003/09/11 03:20:06 mdb Exp $
|
||||
// $Id: BodyProvider.java,v 1.7 2004/02/25 14:41:47 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -11,7 +11,6 @@ import com.threerings.presents.server.InvocationProvider;
|
||||
import com.threerings.crowd.Log;
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
import com.threerings.crowd.data.OccupantInfo;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
|
||||
/**
|
||||
* Provides the server-side side of the body-related invocation services.
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
//
|
||||
// $Id: CrowdClient.java,v 1.23 2003/06/14 00:47:16 mdb Exp $
|
||||
// $Id: CrowdClient.java,v 1.24 2004/02/25 14:41:47 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.PresentsClient;
|
||||
|
||||
import com.threerings.crowd.Log;
|
||||
import com.threerings.crowd.chat.server.SpeakProvider;
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
import com.threerings.crowd.data.OccupantInfo;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
import com.threerings.crowd.server.CrowdServer;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
//
|
||||
// $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
// $Id: LocationDispatcher.java,v 1.3 2004/02/25 14:41:47 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;
|
||||
@@ -17,7 +14,7 @@ import com.threerings.presents.server.InvocationException;
|
||||
* Dispatches requests to the {@link LocationProvider}.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
* $Id: LocationDispatcher.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class LocationDispatcher extends InvocationDispatcher
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: LocationProvider.java,v 1.21 2003/08/09 04:58:25 mdb Exp $
|
||||
// $Id: LocationProvider.java,v 1.22 2004/02/25 14:41:47 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -16,7 +16,6 @@ import com.threerings.crowd.client.LocationService;
|
||||
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
import com.threerings.crowd.data.LocationCodes;
|
||||
import com.threerings.crowd.data.OccupantInfo;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//
|
||||
// $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
// $Id: LocationSender.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import com.threerings.crowd.client.LocationDecoder;
|
||||
import com.threerings.crowd.client.LocationReceiver;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationSender;
|
||||
|
||||
@@ -13,7 +12,7 @@ import com.threerings.presents.server.InvocationSender;
|
||||
* client.
|
||||
*
|
||||
* <p> Generated from <code>
|
||||
* $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
|
||||
* $Id: LocationSender.java,v 1.3 2004/02/25 14:41:47 mdb Exp $
|
||||
* </code>
|
||||
*/
|
||||
public class LocationSender extends InvocationSender
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
//
|
||||
// $Id: PlaceManager.java,v 1.49 2004/01/11 17:43:12 ray Exp $
|
||||
// $Id: PlaceManager.java,v 1.50 2004/02/25 14:41:47 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.Properties;
|
||||
|
||||
import com.samskivert.util.HashIntMap;
|
||||
import com.samskivert.util.IntervalManager;
|
||||
|
||||
Reference in New Issue
Block a user