Moved ZoneUtil from whirled.zone.server.util to whirled.zone.util because
we need to use it on the client. This will necessitate some CVS jockeying because the server/util directory no longer exists in the repository. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@892 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ZoneRegistry.java,v 1.4 2001/12/17 00:56:19 mdb Exp $
|
||||
// $Id: ZoneRegistry.java,v 1.5 2002/01/29 02:05:49 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.zone.server;
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.threerings.presents.server.InvocationManager;
|
||||
import com.threerings.whirled.server.SceneRegistry;
|
||||
|
||||
import com.threerings.whirled.zone.Log;
|
||||
import com.threerings.whirled.zone.server.util.ZoneUtil;
|
||||
import com.threerings.whirled.zone.util.ZoneUtil;
|
||||
|
||||
/**
|
||||
* The zone registry takes care of mapping zone requests to the
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: ZoneUtil.java,v 1.1 2001/12/13 05:46:11 mdb Exp $
|
||||
// $Id: ZoneUtil.java,v 1.2 2002/01/29 02:05:49 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.zone.server.util;
|
||||
package com.threerings.whirled.zone.util;
|
||||
|
||||
/**
|
||||
* Server-specific, zone-related utility functions.
|
||||
|
||||
Reference in New Issue
Block a user