InvocationResponseEvent is no longer used for listeners

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6615 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-04-07 00:49:13 +00:00
parent 300df7a843
commit 807111d985
7 changed files with 0 additions and 12 deletions
@@ -25,7 +25,6 @@ import javax.annotation.Generated;
import com.threerings.admin.client.AdminService; import com.threerings.admin.client.AdminService;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
/** /**
* Provides the implementation of the {@link AdminService} interface * Provides the implementation of the {@link AdminService} interface
@@ -26,7 +26,6 @@ import javax.annotation.Generated;
import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
import com.threerings.util.Name; import com.threerings.util.Name;
/** /**
@@ -25,7 +25,6 @@ import javax.annotation.Generated;
import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
/** /**
* Provides the implementation of the {@link LocationService} interface * Provides the implementation of the {@link LocationService} interface
@@ -24,7 +24,6 @@ package com.threerings.presents.data;
import javax.annotation.Generated; import javax.annotation.Generated;
import com.threerings.presents.client.TimeBaseService; import com.threerings.presents.client.TimeBaseService;
import com.threerings.presents.dobj.InvocationResponseEvent;
/** /**
* Provides the implementation of the {@link TimeBaseService} interface * Provides the implementation of the {@link TimeBaseService} interface
@@ -22,7 +22,6 @@
package com.threerings.presents.dobj; package com.threerings.presents.dobj;
import com.samskivert.util.StringUtil; import com.samskivert.util.StringUtil;
import com.threerings.presents.net.Transport;
/** /**
* Used to dispatch an invocation response from the server to the client. * Used to dispatch an invocation response from the server to the client.
@@ -45,7 +45,6 @@ import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
import com.threerings.presents.server.InvocationDispatcher; import com.threerings.presents.server.InvocationDispatcher;
import com.threerings.presents.server.InvocationException; import com.threerings.presents.server.InvocationException;
import com.threerings.presents.server.InvocationProvider; import com.threerings.presents.server.InvocationProvider;
@@ -249,11 +248,6 @@ public class GenServiceTask extends InvocationTask
imports.add(sdesc.service); imports.add(sdesc.service);
imports.add(InvocationMarshaller.class); imports.add(InvocationMarshaller.class);
// if any listeners are to be present, they need the response event
if (sdesc.listeners.size() > 0) {
imports.add(InvocationResponseEvent.class);
}
// import classes contained in arrays // import classes contained in arrays
imports.translateClassArrays(); imports.translateClassArrays();
@@ -25,7 +25,6 @@ import javax.annotation.Generated;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.TestService; import com.threerings.presents.client.TestService;
import com.threerings.presents.dobj.InvocationResponseEvent;
import java.util.List; import java.util.List;
/** /**