From 10f606be273233575323e3d612d7545f1fade6cd Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 13 Jul 2007 23:54:25 +0000 Subject: [PATCH] Regenerated services. TypedArray is imported even though it's not used because our code generation stuff is not the ultra-sophisticated, but we'll cope. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4764 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 bc5b76045..d3cb02a93 100644 --- a/src/as/com/threerings/crowd/chat/client/ChatService.as +++ b/src/as/com/threerings/crowd/chat/client/ChatService.as @@ -22,6 +22,7 @@ package com.threerings.crowd.chat.client { import flash.utils.ByteArray; +import com.threerings.io.TypedArray; 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 02e682023..bd0897f1b 100644 --- a/src/as/com/threerings/crowd/chat/client/ChatService_TellListener.as +++ b/src/as/com/threerings/crowd/chat/client/ChatService_TellListener.as @@ -23,6 +23,7 @@ package com.threerings.crowd.chat.client { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService_TellListener; diff --git a/src/as/com/threerings/crowd/chat/client/SpeakService.as b/src/as/com/threerings/crowd/chat/client/SpeakService.as index 559c1e921..3659914f0 100644 --- a/src/as/com/threerings/crowd/chat/client/SpeakService.as +++ b/src/as/com/threerings/crowd/chat/client/SpeakService.as @@ -22,6 +22,7 @@ package com.threerings.crowd.chat.client { import flash.utils.ByteArray; +import com.threerings.io.TypedArray; 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 32b72bde3..d1b4d30ff 100644 --- a/src/as/com/threerings/crowd/chat/data/ChatMarshaller.as +++ b/src/as/com/threerings/crowd/chat/data/ChatMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.crowd.chat.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService_TellListener; 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 eb2e5d90d..925c09526 100644 --- a/src/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as +++ b/src/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.crowd.chat.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.chat.client.ChatService; import com.threerings.crowd.chat.client.ChatService_TellListener; diff --git a/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as b/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as index 3b4bbc086..c29932b60 100644 --- a/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as +++ b/src/as/com/threerings/crowd/chat/data/SpeakMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.crowd.chat.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.chat.client.SpeakService; import com.threerings.presents.client.Client; diff --git a/src/as/com/threerings/crowd/client/BodyService.as b/src/as/com/threerings/crowd/client/BodyService.as index ead2ba831..77b5f7572 100644 --- a/src/as/com/threerings/crowd/client/BodyService.as +++ b/src/as/com/threerings/crowd/client/BodyService.as @@ -22,6 +22,7 @@ package com.threerings.crowd.client { import flash.utils.ByteArray; +import com.threerings.io.TypedArray; 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 75c8c3b90..20c44d7a4 100644 --- a/src/as/com/threerings/crowd/client/LocationService.as +++ b/src/as/com/threerings/crowd/client/LocationService.as @@ -22,6 +22,7 @@ package com.threerings.crowd.client { import flash.utils.ByteArray; +import com.threerings.io.TypedArray; 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 6ac22e3cd..d833f3683 100644 --- a/src/as/com/threerings/crowd/client/LocationService_MoveListener.as +++ b/src/as/com/threerings/crowd/client/LocationService_MoveListener.as @@ -23,6 +23,7 @@ package com.threerings.crowd.client { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService_MoveListener; diff --git a/src/as/com/threerings/crowd/data/BodyMarshaller.as b/src/as/com/threerings/crowd/data/BodyMarshaller.as index 006b7fbf8..68cf75664 100644 --- a/src/as/com/threerings/crowd/data/BodyMarshaller.as +++ b/src/as/com/threerings/crowd/data/BodyMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.crowd.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.client.BodyService; import com.threerings.presents.client.Client; diff --git a/src/as/com/threerings/crowd/data/LocationMarshaller.as b/src/as/com/threerings/crowd/data/LocationMarshaller.as index 04a4237b1..60fbe20d6 100644 --- a/src/as/com/threerings/crowd/data/LocationMarshaller.as +++ b/src/as/com/threerings/crowd/data/LocationMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.crowd.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService_MoveListener; diff --git a/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as b/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as index 048e274af..1b231f9a3 100644 --- a/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as +++ b/src/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.crowd.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.crowd.client.LocationService; import com.threerings.crowd.client.LocationService_MoveListener; diff --git a/src/as/com/threerings/presents/client/TimeBaseService.as b/src/as/com/threerings/presents/client/TimeBaseService.as index 62cdd77eb..6912b46d7 100644 --- a/src/as/com/threerings/presents/client/TimeBaseService.as +++ b/src/as/com/threerings/presents/client/TimeBaseService.as @@ -22,6 +22,7 @@ package com.threerings.presents.client { import flash.utils.ByteArray; +import com.threerings.io.TypedArray; 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 415cc4521..125482f96 100644 --- a/src/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as +++ b/src/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as @@ -23,6 +23,7 @@ package com.threerings.presents.client { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.presents.client.Client; import com.threerings.presents.client.InvocationService_InvocationListener; diff --git a/src/as/com/threerings/presents/data/TimeBaseMarshaller.as b/src/as/com/threerings/presents/data/TimeBaseMarshaller.as index 2aac4a205..b537d7418 100644 --- a/src/as/com/threerings/presents/data/TimeBaseMarshaller.as +++ b/src/as/com/threerings/presents/data/TimeBaseMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.presents.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.presents.client.Client; import com.threerings.presents.client.TimeBaseService; diff --git a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as index ad965d10e..a0ab02c03 100644 --- a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as +++ b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as @@ -23,6 +23,7 @@ package com.threerings.presents.data { import flash.utils.ByteArray; import com.threerings.util.*; // for Float, Integer, etc. +import com.threerings.io.TypedArray; import com.threerings.presents.client.TimeBaseService; import com.threerings.presents.client.TimeBaseService_GotTimeBaseListener;