Updated import order for generated code
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6690 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
|
||||
package com.threerings.bureau.data {
|
||||
|
||||
import com.threerings.bureau.client.BureauService;
|
||||
|
||||
import com.threerings.util.Integer;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
import com.threerings.bureau.client.BureauService;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the <code>BureauService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
|
||||
package com.threerings.crowd.chat.client {
|
||||
|
||||
import com.threerings.crowd.chat.data.ChatChannel;
|
||||
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
|
||||
import com.threerings.crowd.chat.data.ChatChannel;
|
||||
|
||||
/**
|
||||
* An ActionScript version of the Java ChannelSpeakService interface.
|
||||
*/
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
|
||||
package com.threerings.crowd.chat.data {
|
||||
|
||||
import com.threerings.crowd.chat.client.ChannelSpeakService;
|
||||
|
||||
import com.threerings.util.Byte;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChannelSpeakService;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the <code>ChannelSpeakService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
|
||||
@@ -21,15 +21,15 @@
|
||||
|
||||
package com.threerings.crowd.chat.data {
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.crowd.chat.client.ChatService_TellListener;
|
||||
|
||||
import com.threerings.util.Name;
|
||||
|
||||
import com.threerings.presents.client.InvocationService_InvocationListener;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.crowd.chat.client.ChatService_TellListener;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the <code>ChatService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
|
||||
package com.threerings.crowd.chat.data {
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService_TellListener;
|
||||
|
||||
import com.threerings.util.Long;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService_TellListener;
|
||||
|
||||
/**
|
||||
* Marshalls instances of the ChatService_TellMarshaller interface.
|
||||
*/
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
|
||||
package com.threerings.crowd.chat.data {
|
||||
|
||||
import com.threerings.crowd.chat.client.SpeakService;
|
||||
|
||||
import com.threerings.util.Byte;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
import com.threerings.crowd.chat.client.SpeakService;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the <code>SpeakService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
|
||||
package com.threerings.crowd.client {
|
||||
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
|
||||
import com.threerings.presents.client.InvocationService_InvocationListener;
|
||||
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
|
||||
/**
|
||||
* An ActionScript version of the Java LocationService_MoveListener interface.
|
||||
*/
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
|
||||
package com.threerings.crowd.data {
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
|
||||
import com.threerings.util.langBoolean;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the <code>BodyService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
|
||||
package com.threerings.crowd.data {
|
||||
|
||||
import com.threerings.crowd.client.LocationService;
|
||||
import com.threerings.crowd.client.LocationService_MoveListener;
|
||||
|
||||
import com.threerings.util.Integer;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
|
||||
import com.threerings.crowd.client.LocationService;
|
||||
import com.threerings.crowd.client.LocationService_MoveListener;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the <code>LocationService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
|
||||
package com.threerings.crowd.data {
|
||||
|
||||
import com.threerings.crowd.client.LocationService_MoveListener;
|
||||
|
||||
import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
|
||||
|
||||
import com.threerings.crowd.client.LocationService_MoveListener;
|
||||
|
||||
/**
|
||||
* Marshalls instances of the LocationService_MoveMarshaller interface.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user