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:
@@ -43,10 +43,10 @@ public class BodyMarshaller extends InvocationMarshaller
|
||||
public static final int SET_IDLE = 1;
|
||||
|
||||
// from interface BodyService
|
||||
public void setIdle (Client arg1, boolean arg2)
|
||||
public void setIdle (boolean arg1)
|
||||
{
|
||||
sendRequest(arg1, SET_IDLE, new Object[] {
|
||||
Boolean.valueOf(arg2)
|
||||
sendRequest(SET_IDLE, new Object[] {
|
||||
Boolean.valueOf(arg1)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user