Regenerated narya services with new GenServiceTask, actionscript and java

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5051 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2008-05-08 19:17:34 +00:00
parent 6ee4f8115f
commit c112a5c982
15 changed files with 0 additions and 21 deletions
@@ -21,7 +21,6 @@
package com.threerings.crowd.chat.client { package com.threerings.crowd.chat.client {
import com.threerings.crowd.chat.client.ChatService_TellListener;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.client.InvocationService_InvocationListener;
@@ -21,7 +21,6 @@
package com.threerings.crowd.chat.client { package com.threerings.crowd.chat.client {
import com.threerings.crowd.chat.client.ChatService_TellListener;
import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.client.InvocationService_InvocationListener;
import com.threerings.util.Long; import com.threerings.util.Long;
@@ -21,7 +21,6 @@
package com.threerings.crowd.client { package com.threerings.crowd.client {
import com.threerings.crowd.client.LocationService_MoveListener;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,6 @@
package com.threerings.crowd.client { package com.threerings.crowd.client {
import com.threerings.crowd.client.LocationService_MoveListener;
import com.threerings.crowd.data.PlaceConfig; import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.client.InvocationService_InvocationListener;
@@ -22,7 +22,6 @@
package com.threerings.crowd.data { package com.threerings.crowd.data {
import com.threerings.crowd.client.LocationService_MoveListener; import com.threerings.crowd.client.LocationService_MoveListener;
import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller; import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
/** /**
@@ -21,9 +21,6 @@
package com.threerings.presents.client { package com.threerings.presents.client {
import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
/** /**
* An ActionScript version of the Java TimeBaseService interface. * An ActionScript version of the Java TimeBaseService interface.
@@ -21,8 +21,6 @@
package com.threerings.presents.client { package com.threerings.presents.client {
import com.threerings.presents.client.InvocationService_InvocationListener;
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
/** /**
* An ActionScript version of the Java TimeBaseService_GotTimeBaseListener interface. * An ActionScript version of the Java TimeBaseService_GotTimeBaseListener interface.
@@ -24,7 +24,6 @@ package com.threerings.presents.data {
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.client.TimeBaseService; import com.threerings.presents.client.TimeBaseService;
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener; import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
import com.threerings.presents.data.InvocationMarshaller;
/** /**
* Provides the implementation of the {@link TimeBaseService} interface * Provides the implementation of the {@link TimeBaseService} interface
@@ -22,7 +22,6 @@
package com.threerings.presents.data { package com.threerings.presents.data {
import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener; import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;
import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
/** /**
* Marshalls instances of the TimeBaseService_GotTimeBaseMarshaller interface. * Marshalls instances of the TimeBaseService_GotTimeBaseMarshaller interface.
@@ -22,7 +22,6 @@
package com.threerings.admin.data; package com.threerings.admin.data;
import com.threerings.admin.client.AdminService; import com.threerings.admin.client.AdminService;
import com.threerings.admin.data.AdminMarshaller;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent; import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -22,7 +22,6 @@
package com.threerings.crowd.chat.data; package com.threerings.crowd.chat.data;
import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService;
import com.threerings.crowd.chat.data.ChatMarshaller;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
@@ -22,8 +22,6 @@
package com.threerings.crowd.data; package com.threerings.crowd.data;
import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService;
import com.threerings.crowd.data.LocationMarshaller;
import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent; import com.threerings.presents.dobj.InvocationResponseEvent;
@@ -23,8 +23,6 @@ package com.threerings.presents.data;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.client.TimeBaseService; import com.threerings.presents.client.TimeBaseService;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.data.TimeBaseMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent; import com.threerings.presents.dobj.InvocationResponseEvent;
/** /**
@@ -24,7 +24,6 @@ package com.threerings.presents.peer.data;
import com.threerings.presents.client.Client; import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.peer.client.PeerService; import com.threerings.presents.peer.client.PeerService;
import com.threerings.presents.peer.data.NodeObject;
/** /**
* Provides the implementation of the {@link PeerService} interface * Provides the implementation of the {@link PeerService} interface
@@ -25,8 +25,6 @@ import com.threerings.presents.client.TimeBaseService;
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.data.TimeBaseMarshaller; import com.threerings.presents.data.TimeBaseMarshaller;
import com.threerings.presents.server.InvocationDispatcher;
import com.threerings.presents.server.InvocationException;
/** /**
* Dispatches requests to the {@link TimeBaseProvider}. * Dispatches requests to the {@link TimeBaseProvider}.