Updated to use new Client-reference-free style.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6398 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -52,10 +52,10 @@ public interface LocationService extends InvocationService
|
||||
* @param placeId the object id of the place object to which the body should be moved.
|
||||
* @param listener the listener that will be informed of success or failure.
|
||||
*/
|
||||
void moveTo (Client client, int placeId, MoveListener listener);
|
||||
void moveTo (int placeId, MoveListener listener);
|
||||
|
||||
/**
|
||||
* Requests that we leave our current place and move to nowhere land.
|
||||
*/
|
||||
void leavePlace (Client client);
|
||||
void leavePlace ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user