From d42a8e9475da94e37f2839fe46c025d2801a6d1c Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 15 Nov 2006 03:00:05 +0000 Subject: [PATCH] Regenerated from updated templates. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4454 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/crowd/chat/client/ChatService.as | 1 + .../com/threerings/crowd/chat/client/ChatService_TellListener.as | 1 + src/as/com/threerings/crowd/chat/client/SpeakService.as | 1 + src/as/com/threerings/crowd/chat/data/ChatMarshaller.as | 1 + .../threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as | 1 + src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as | 1 + src/as/com/threerings/crowd/client/BodyService.as | 1 + src/as/com/threerings/crowd/client/LocationService.as | 1 + .../com/threerings/crowd/client/LocationService_MoveListener.as | 1 + src/as/com/threerings/crowd/data/BodyMarshaller.as | 1 + src/as/com/threerings/crowd/data/LocationMarshaller.as | 1 + .../threerings/crowd/data/LocationMarshaller_MoveMarshaller.as | 1 + src/as/com/threerings/presents/client/TimeBaseService.as | 1 + .../presents/client/TimeBaseService_GotTimeBaseListener.as | 1 + src/as/com/threerings/presents/data/TimeBaseMarshaller.as | 1 + .../presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as | 1 + 16 files changed, 16 insertions(+) diff --git a/src/as/com/threerings/crowd/chat/client/ChatService.as b/src/as/com/threerings/crowd/chat/client/ChatService.as index 730fae736..bdcb9c969 100644 --- a/src/as/com/threerings/crowd/chat/client/ChatService.as +++ b/src/as/com/threerings/crowd/chat/client/ChatService.as @@ -21,6 +21,7 @@ package com.threerings.crowd.chat.client { +import flash.utils.ByteArray; import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService_TellListener; import com.threerings.crowd.chat.data.ChatMarshaller_TellMarshaller; diff --git a/src/as/com/threerings/crowd/chat/client/ChatService_TellListener.as b/src/as/com/threerings/crowd/chat/client/ChatService_TellListener.as index 90796de00..43a2bd7ee 100644 --- a/src/as/com/threerings/crowd/chat/client/ChatService_TellListener.as +++ b/src/as/com/threerings/crowd/chat/client/ChatService_TellListener.as @@ -21,6 +21,7 @@ package com.threerings.crowd.chat.client { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.chat.client.ChatService; diff --git a/src/as/com/threerings/crowd/chat/client/SpeakService.as b/src/as/com/threerings/crowd/chat/client/SpeakService.as index 2de78aa46..5c7750797 100644 --- a/src/as/com/threerings/crowd/chat/client/SpeakService.as +++ b/src/as/com/threerings/crowd/chat/client/SpeakService.as @@ -21,6 +21,7 @@ package com.threerings.crowd.chat.client { +import flash.utils.ByteArray; import com.threerings.crowd.chat.client.SpeakService; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService; diff --git a/src/as/com/threerings/crowd/chat/data/ChatMarshaller.as b/src/as/com/threerings/crowd/chat/data/ChatMarshaller.as index dc778069e..6e89fc65e 100644 --- a/src/as/com/threerings/crowd/chat/data/ChatMarshaller.as +++ b/src/as/com/threerings/crowd/chat/data/ChatMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.crowd.chat.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.chat.client.ChatService; diff --git a/src/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as b/src/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as index cb09dae9c..4346ee103 100644 --- a/src/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as +++ b/src/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.crowd.chat.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.chat.client.ChatService; diff --git a/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as b/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as index 6ac0f2475..bf92a1a03 100644 --- a/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as +++ b/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.crowd.chat.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.chat.client.SpeakService; diff --git a/src/as/com/threerings/crowd/client/BodyService.as b/src/as/com/threerings/crowd/client/BodyService.as index eb7b86752..175268de8 100644 --- a/src/as/com/threerings/crowd/client/BodyService.as +++ b/src/as/com/threerings/crowd/client/BodyService.as @@ -21,6 +21,7 @@ package com.threerings.crowd.client { +import flash.utils.ByteArray; import com.threerings.crowd.client.BodyService; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService; diff --git a/src/as/com/threerings/crowd/client/LocationService.as b/src/as/com/threerings/crowd/client/LocationService.as index 2d702db6b..d7d0263ff 100644 --- a/src/as/com/threerings/crowd/client/LocationService.as +++ b/src/as/com/threerings/crowd/client/LocationService.as @@ -21,6 +21,7 @@ package com.threerings.crowd.client { +import flash.utils.ByteArray; import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService_MoveListener; import com.threerings.crowd.data.LocationMarshaller_MoveMarshaller; diff --git a/src/as/com/threerings/crowd/client/LocationService_MoveListener.as b/src/as/com/threerings/crowd/client/LocationService_MoveListener.as index 56d51b07f..94e8bd6e2 100644 --- a/src/as/com/threerings/crowd/client/LocationService_MoveListener.as +++ b/src/as/com/threerings/crowd/client/LocationService_MoveListener.as @@ -21,6 +21,7 @@ package com.threerings.crowd.client { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.client.LocationService; diff --git a/src/as/com/threerings/crowd/data/BodyMarshaller.as b/src/as/com/threerings/crowd/data/BodyMarshaller.as index af8e9e0c6..8ceed3191 100644 --- a/src/as/com/threerings/crowd/data/BodyMarshaller.as +++ b/src/as/com/threerings/crowd/data/BodyMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.crowd.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.client.BodyService; diff --git a/src/as/com/threerings/crowd/data/LocationMarshaller.as b/src/as/com/threerings/crowd/data/LocationMarshaller.as index 2f06e82cf..c48ec41e4 100644 --- a/src/as/com/threerings/crowd/data/LocationMarshaller.as +++ b/src/as/com/threerings/crowd/data/LocationMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.crowd.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.client.LocationService; diff --git a/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as b/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as index 60c4c7732..d8dc3cdaa 100644 --- a/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as +++ b/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.crowd.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.crowd.client.LocationService; diff --git a/src/as/com/threerings/presents/client/TimeBaseService.as b/src/as/com/threerings/presents/client/TimeBaseService.as index 51065a403..bbe3a6bf0 100644 --- a/src/as/com/threerings/presents/client/TimeBaseService.as +++ b/src/as/com/threerings/presents/client/TimeBaseService.as @@ -21,6 +21,7 @@ package com.threerings.presents.client { +import flash.utils.ByteArray; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService_InvocationListener; diff --git a/src/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as b/src/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as index 9a9b4c57a..a172f6268 100644 --- a/src/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as +++ b/src/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as @@ -21,6 +21,7 @@ package com.threerings.presents.client { +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/presents/data/TimeBaseMarshaller.as b/src/as/com/threerings/presents/data/TimeBaseMarshaller.as index 64b866f55..6e4ff0d8a 100644 --- a/src/as/com/threerings/presents/data/TimeBaseMarshaller.as +++ b/src/as/com/threerings/presents/data/TimeBaseMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.presents.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/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as index e0a836b71..b0cbd391a 100644 --- a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as +++ b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as @@ -21,6 +21,7 @@ package com.threerings.presents.data { +import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. import com.threerings.presents.client.TimeBaseService;