Regenerated services.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5161 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-06-08 12:58:27 +00:00
parent eee2c74943
commit da11bd0ea0
9 changed files with 13 additions and 4 deletions
@@ -25,6 +25,7 @@ import com.threerings.admin.client.AdminService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
import com.threerings.presents.net.Transport;
/**
* Provides the implementation of the {@link AdminService} interface
@@ -52,7 +53,7 @@ public class AdminMarshaller extends InvocationMarshaller
_invId = null;
omgr.postEvent(new InvocationResponseEvent(
callerOid, requestId, GOT_CONFIG_INFO,
new Object[] { arg1, arg2 }));
new Object[] { arg1, arg2 }, transport));
}
@Override // from InvocationMarshaller