From 0f313b908a0f0b12fa8f515f86e7b9d0a25af44c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 6 Oct 2006 01:49:08 +0000 Subject: [PATCH] Regenerated with proper InvocationService.InvocationListener handling. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@104 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/client/EZGameService.as | 1 - src/as/com/threerings/ezgame/data/EZGameMarshaller.as | 1 - src/as/com/threerings/parlor/client/ParlorService.as | 1 - .../com/threerings/parlor/client/ParlorService_InviteListener.as | 1 - .../com/threerings/parlor/client/ParlorService_TableListener.as | 1 - src/as/com/threerings/parlor/data/ParlorMarshaller.as | 1 - 6 files changed, 6 deletions(-) diff --git a/src/as/com/threerings/ezgame/client/EZGameService.as b/src/as/com/threerings/ezgame/client/EZGameService.as index f00114aa..d8cac4ed 100644 --- a/src/as/com/threerings/ezgame/client/EZGameService.as +++ b/src/as/com/threerings/ezgame/client/EZGameService.as @@ -27,7 +27,6 @@ import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService_ConfirmListener; import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.data.InvocationMarshaller_ConfirmMarshaller; -import com.threerings.presents.data.InvocationMarshaller_InvocationMarshaller; /** * An ActionScript version of the Java EZGameService interface. diff --git a/src/as/com/threerings/ezgame/data/EZGameMarshaller.as b/src/as/com/threerings/ezgame/data/EZGameMarshaller.as index 27642a8d..71ee6b7d 100644 --- a/src/as/com/threerings/ezgame/data/EZGameMarshaller.as +++ b/src/as/com/threerings/ezgame/data/EZGameMarshaller.as @@ -29,7 +29,6 @@ import com.threerings.presents.client.InvocationService_ConfirmListener; import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller_ConfirmMarshaller; -import com.threerings.presents.data.InvocationMarshaller_InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller; /** diff --git a/src/as/com/threerings/parlor/client/ParlorService.as b/src/as/com/threerings/parlor/client/ParlorService.as index b6092f1c..c1d779c7 100644 --- a/src/as/com/threerings/parlor/client/ParlorService.as +++ b/src/as/com/threerings/parlor/client/ParlorService.as @@ -33,7 +33,6 @@ import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService_ConfirmListener; import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.data.InvocationMarshaller_ConfirmMarshaller; -import com.threerings.presents.data.InvocationMarshaller_InvocationMarshaller; import com.threerings.util.Name; /** diff --git a/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as b/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as index 608f5299..646d0f07 100644 --- a/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as +++ b/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as @@ -34,7 +34,6 @@ import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService_ConfirmListener; import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.data.InvocationMarshaller_ConfirmMarshaller; -import com.threerings.presents.data.InvocationMarshaller_InvocationMarshaller; import com.threerings.util.Name; /** diff --git a/src/as/com/threerings/parlor/client/ParlorService_TableListener.as b/src/as/com/threerings/parlor/client/ParlorService_TableListener.as index ecdc4bef..d87554d9 100644 --- a/src/as/com/threerings/parlor/client/ParlorService_TableListener.as +++ b/src/as/com/threerings/parlor/client/ParlorService_TableListener.as @@ -34,7 +34,6 @@ import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService_ConfirmListener; import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.data.InvocationMarshaller_ConfirmMarshaller; -import com.threerings.presents.data.InvocationMarshaller_InvocationMarshaller; import com.threerings.util.Name; /** diff --git a/src/as/com/threerings/parlor/data/ParlorMarshaller.as b/src/as/com/threerings/parlor/data/ParlorMarshaller.as index 33514ab0..7b809e16 100644 --- a/src/as/com/threerings/parlor/data/ParlorMarshaller.as +++ b/src/as/com/threerings/parlor/data/ParlorMarshaller.as @@ -35,7 +35,6 @@ import com.threerings.presents.client.InvocationService_ConfirmListener; import com.threerings.presents.client.InvocationService_InvocationListener; import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller_ConfirmMarshaller; -import com.threerings.presents.data.InvocationMarshaller_InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller; import com.threerings.util.Name;