Moved remaining client.*Codes classes into their respective data packages
as they are intended to represent codes shared between the client and the server. Made correspondingly necessary changes throughout. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: ChatCodes.java,v 1.6 2002/02/28 23:16:42 mdb Exp $
|
||||
// $Id: ChatCodes.java,v 1.7 2002/04/15 16:28:01 shaper Exp $
|
||||
|
||||
package com.threerings.crowd.chat;
|
||||
|
||||
import com.threerings.presents.client.InvocationCodes;
|
||||
import com.threerings.presents.data.InvocationCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the chat invocation services.
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
//
|
||||
// $Id: LocationService.java,v 1.4 2001/10/11 04:07:51 mdb Exp $
|
||||
// $Id: LocationService.java,v 1.5 2002/04/15 16:28:01 shaper Exp $
|
||||
|
||||
package com.threerings.crowd.client;
|
||||
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationDirector;
|
||||
import com.threerings.crowd.Log;
|
||||
import com.threerings.crowd.data.LocationCodes;
|
||||
|
||||
/**
|
||||
* The location services provide a mechanism by which the client can
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
//
|
||||
// $Id: LocationCodes.java,v 1.2 2001/10/11 04:07:51 mdb Exp $
|
||||
// $Id: LocationCodes.java,v 1.1 2002/04/15 16:28:01 shaper Exp $
|
||||
|
||||
package com.threerings.crowd.client;
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import com.threerings.presents.client.InvocationCodes;
|
||||
import com.threerings.presents.data.InvocationCodes;
|
||||
|
||||
/**
|
||||
* Contains codes used by the location invocation services.
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: LocationProvider.java,v 1.11 2001/12/04 01:02:59 mdb Exp $
|
||||
// $Id: LocationProvider.java,v 1.12 2002/04/15 16:28:01 shaper Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -11,8 +11,11 @@ import com.threerings.presents.server.InvocationProvider;
|
||||
import com.threerings.presents.server.ServiceFailedException;
|
||||
|
||||
import com.threerings.crowd.Log;
|
||||
import com.threerings.crowd.client.LocationCodes;
|
||||
import com.threerings.crowd.data.*;
|
||||
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;
|
||||
|
||||
/**
|
||||
* This class provides the server end of the location services.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PlaceRegistry.java,v 1.19 2002/03/28 22:32:31 mdb Exp $
|
||||
// $Id: PlaceRegistry.java,v 1.20 2002/04/15 16:28:01 shaper Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -16,7 +16,6 @@ import com.threerings.presents.dobj.Subscriber;
|
||||
import com.threerings.presents.server.InvocationManager;
|
||||
|
||||
import com.threerings.crowd.Log;
|
||||
import com.threerings.crowd.client.LocationCodes;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user