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:
Walter Korman
2002-04-15 16:28:05 +00:00
parent f6fedf5bdf
commit a97e9db978
31 changed files with 71 additions and 59 deletions
@@ -1,20 +0,0 @@
//
// $Id: ZoneCodes.java,v 1.1 2001/12/04 00:31:58 mdb Exp $
package com.threerings.whirled.zone.client;
import com.threerings.whirled.client.SceneCodes;
/**
* Contains codes used by the zone services.
*/
public interface ZoneCodes extends SceneCodes
{
/** The module name for the zone services. */
public static final String MODULE_NAME = "whirled!zone";
/** An error code indicating that a zone identified by a particular
* zone id does not exist. Usually generated by a failed moveTo
* request. */
public static final String NO_SUCH_ZONE = "m.no_such_zone";
}
@@ -1,5 +1,5 @@
//
// $Id: ZoneService.java,v 1.2 2001/12/17 00:56:19 mdb Exp $
// $Id: ZoneService.java,v 1.3 2002/04/15 16:28:04 shaper Exp $
package com.threerings.whirled.zone.client;
@@ -7,6 +7,7 @@ import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationDirector;
import com.threerings.whirled.zone.Log;
import com.threerings.whirled.zone.data.ZoneCodes;
/**
* The zone service class provides the client interface to the zone