From a4ae0dd2dc238815a2753376e12605e351b92461 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 15 Nov 2006 02:56:12 +0000 Subject: [PATCH] Regenerated with new templates. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@122 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../threerings/parlor/card/trick/client/TrickCardGameService.as | 1 + .../threerings/parlor/card/trick/data/TrickCardGameMarshaller.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 + .../threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as | 1 + .../threerings/parlor/data/ParlorMarshaller_TableMarshaller.as | 1 + src/as/com/threerings/whirled/client/SceneService.as | 1 + .../threerings/whirled/client/SceneService_SceneMoveListener.as | 1 + src/as/com/threerings/whirled/data/SceneMarshaller.as | 1 + .../whirled/data/SceneMarshaller_SceneMoveMarshaller.as | 1 + src/as/com/threerings/whirled/spot/client/SpotService.as | 1 + src/as/com/threerings/whirled/spot/data/SpotMarshaller.as | 1 + src/as/com/threerings/whirled/zone/client/ZoneService.as | 1 + .../whirled/zone/client/ZoneService_ZoneMoveListener.as | 1 + src/as/com/threerings/whirled/zone/data/ZoneMarshaller.as | 1 + .../whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as | 1 + 18 files changed, 18 insertions(+) diff --git a/src/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as b/src/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as index 4cb72832..ab179637 100644 --- a/src/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as +++ b/src/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as @@ -21,6 +21,7 @@ package com.threerings.parlor.card.trick.client { +import flash.utils.ByteArray; import com.threerings.parlor.card.data.Card; import com.threerings.parlor.card.trick.client.TrickCardGameService; import com.threerings.presents.client.Client; diff --git a/src/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as b/src/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as index 4208ebbe..1eba94ea 100644 --- a/src/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as +++ b/src/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.parlor.card.trick.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.parlor.card.data.Card; diff --git a/src/as/com/threerings/parlor/client/ParlorService.as b/src/as/com/threerings/parlor/client/ParlorService.as index 3ddab760..25996371 100644 --- a/src/as/com/threerings/parlor/client/ParlorService.as +++ b/src/as/com/threerings/parlor/client/ParlorService.as @@ -21,6 +21,7 @@ package com.threerings.parlor.client { +import flash.utils.ByteArray; import com.threerings.parlor.client.ParlorService; import com.threerings.parlor.client.ParlorService_InviteListener; import com.threerings.parlor.client.ParlorService_TableListener; diff --git a/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as b/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as index 646d0f07..9a131229 100644 --- a/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as +++ b/src/as/com/threerings/parlor/client/ParlorService_InviteListener.as @@ -21,6 +21,7 @@ package com.threerings.parlor.client { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.parlor.client.ParlorService; diff --git a/src/as/com/threerings/parlor/client/ParlorService_TableListener.as b/src/as/com/threerings/parlor/client/ParlorService_TableListener.as index d87554d9..b809103c 100644 --- a/src/as/com/threerings/parlor/client/ParlorService_TableListener.as +++ b/src/as/com/threerings/parlor/client/ParlorService_TableListener.as @@ -21,6 +21,7 @@ package com.threerings.parlor.client { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.parlor.client.ParlorService; diff --git a/src/as/com/threerings/parlor/data/ParlorMarshaller.as b/src/as/com/threerings/parlor/data/ParlorMarshaller.as index a7c9f5c6..09fadaac 100644 --- a/src/as/com/threerings/parlor/data/ParlorMarshaller.as +++ b/src/as/com/threerings/parlor/data/ParlorMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.parlor.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.parlor.client.ParlorService; diff --git a/src/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as b/src/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as index 87425b2a..af72b5cd 100644 --- a/src/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as +++ b/src/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.parlor.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.parlor.client.ParlorService; diff --git a/src/as/com/threerings/parlor/data/ParlorMarshaller_TableMarshaller.as b/src/as/com/threerings/parlor/data/ParlorMarshaller_TableMarshaller.as index 8cc4fd84..8e9ef6ad 100644 --- a/src/as/com/threerings/parlor/data/ParlorMarshaller_TableMarshaller.as +++ b/src/as/com/threerings/parlor/data/ParlorMarshaller_TableMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.parlor.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.parlor.client.ParlorService; diff --git a/src/as/com/threerings/whirled/client/SceneService.as b/src/as/com/threerings/whirled/client/SceneService.as index 2572590c..781d5ea5 100644 --- a/src/as/com/threerings/whirled/client/SceneService.as +++ b/src/as/com/threerings/whirled/client/SceneService.as @@ -21,6 +21,7 @@ package com.threerings.whirled.client { +import flash.utils.ByteArray; import com.threerings.crowd.data.PlaceConfig; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService; diff --git a/src/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as b/src/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as index 9571ab99..ced8c9b0 100644 --- a/src/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as +++ b/src/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as @@ -21,6 +21,7 @@ package com.threerings.whirled.client { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.data.PlaceConfig; diff --git a/src/as/com/threerings/whirled/data/SceneMarshaller.as b/src/as/com/threerings/whirled/data/SceneMarshaller.as index 6eeb3e47..cd72379b 100644 --- a/src/as/com/threerings/whirled/data/SceneMarshaller.as +++ b/src/as/com/threerings/whirled/data/SceneMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.whirled.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.data.PlaceConfig; diff --git a/src/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as b/src/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as index ceaaa376..f65aa017 100644 --- a/src/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as +++ b/src/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.whirled.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.data.PlaceConfig; diff --git a/src/as/com/threerings/whirled/spot/client/SpotService.as b/src/as/com/threerings/whirled/spot/client/SpotService.as index f140ccc6..c681c92a 100644 --- a/src/as/com/threerings/whirled/spot/client/SpotService.as +++ b/src/as/com/threerings/whirled/spot/client/SpotService.as @@ -21,6 +21,7 @@ package com.threerings.whirled.spot.client { +import flash.utils.ByteArray; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService_ConfirmListener; diff --git a/src/as/com/threerings/whirled/spot/data/SpotMarshaller.as b/src/as/com/threerings/whirled/spot/data/SpotMarshaller.as index 781d4073..7dbc78b0 100644 --- a/src/as/com/threerings/whirled/spot/data/SpotMarshaller.as +++ b/src/as/com/threerings/whirled/spot/data/SpotMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.whirled.spot.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.presents.client.Client; diff --git a/src/as/com/threerings/whirled/zone/client/ZoneService.as b/src/as/com/threerings/whirled/zone/client/ZoneService.as index 24d5a574..1fe8461e 100644 --- a/src/as/com/threerings/whirled/zone/client/ZoneService.as +++ b/src/as/com/threerings/whirled/zone/client/ZoneService.as @@ -21,6 +21,7 @@ package com.threerings.whirled.zone.client { +import flash.utils.ByteArray; import com.threerings.crowd.data.PlaceConfig; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService; diff --git a/src/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as b/src/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as index c6ca9364..e4d4d166 100644 --- a/src/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as +++ b/src/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as @@ -21,6 +21,7 @@ package com.threerings.whirled.zone.client { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.data.PlaceConfig; diff --git a/src/as/com/threerings/whirled/zone/data/ZoneMarshaller.as b/src/as/com/threerings/whirled/zone/data/ZoneMarshaller.as index bb112a5e..c4b0a405 100644 --- a/src/as/com/threerings/whirled/zone/data/ZoneMarshaller.as +++ b/src/as/com/threerings/whirled/zone/data/ZoneMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.whirled.zone.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.data.PlaceConfig; diff --git a/src/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as b/src/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as index 8214b091..d8d9a798 100644 --- a/src/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as +++ b/src/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.whirled.zone.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.data.PlaceConfig;