Parameterize InvocationService on the ClientObject type expected to call the service, and generate
InvocationProviders that take that type instead of just ClientObject. Also, use the full set of import groupings no matter what. If that's the way we like it, that's the way we like it. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6682 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -24,6 +24,8 @@ package com.threerings.crowd.data;
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
/**
|
||||
@@ -35,7 +37,7 @@ import com.threerings.presents.data.InvocationMarshaller;
|
||||
*/
|
||||
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
|
||||
comments="Derived from BodyService.java.")
|
||||
public class BodyMarshaller extends InvocationMarshaller
|
||||
public class BodyMarshaller extends InvocationMarshaller<ClientObject>
|
||||
implements BodyService
|
||||
{
|
||||
/** The method id used to dispatch {@link #setIdle} requests. */
|
||||
|
||||
Reference in New Issue
Block a user