Checkpoint. Closing in on getting a chat client up, but slogging through
annoying streaming issues. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3984 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.data {
|
||||
|
||||
import com.threerings.util.Integer;
|
||||
|
||||
import com.threerings.crowd.client.LocationService;
|
||||
import com.threerings.crowd.client.MoveListener;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
@@ -53,9 +55,10 @@ public class LocationMarshaller extends InvocationMarshaller
|
||||
// documentation inherited from interface
|
||||
public function moveTo (arg1 :Client, arg2 :int, arg3 :MoveListener) :void
|
||||
{
|
||||
com.threerings.crowd.Log.debug("issuing moveTo: " + _invCode);
|
||||
var listener3 :MoveMarshaller = new MoveMarshaller();
|
||||
listener3.listener = arg3;
|
||||
sendRequest(arg1, MOVE_TO, [ arg2, listener3 ]);
|
||||
sendRequest(arg1, MOVE_TO, [ new Integer(arg2), listener3 ]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user