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:
Ray Greenwell
2009-08-13 06:18:26 +00:00
parent 20f3c6add6
commit ac2a633047
17 changed files with 74 additions and 74 deletions
@@ -30,6 +30,6 @@ import com.threerings.presents.client.InvocationService;
public interface BodyService extends InvocationService
{
// from Java interface BodyService
function setIdle (arg1 :Client, arg2 :Boolean) :void;
function setIdle (arg1 :Boolean) :void;
}
}