Regenerated services, and the callers that love them.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5906 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -40,10 +40,10 @@ public class BodyMarshaller extends InvocationMarshaller
|
||||
public static const SET_IDLE :int = 1;
|
||||
|
||||
// from interface BodyService
|
||||
public function setIdle (arg1 :Client, arg2 :Boolean) :void
|
||||
public function setIdle (arg1 :Boolean) :void
|
||||
{
|
||||
sendRequest(arg1, SET_IDLE, [
|
||||
langBoolean.valueOf(arg2)
|
||||
sendRequest(SET_IDLE, [
|
||||
langBoolean.valueOf(arg1)
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user