From 22e7ba9a1a13cb325d78cb596f3e442c8f5feaab Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 28 May 2008 01:48:42 +0000 Subject: [PATCH] Added a note as to why this isn't called ResultAdapter. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5137 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/client/ResultWrapper.as | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/as/com/threerings/presents/client/ResultWrapper.as b/src/as/com/threerings/presents/client/ResultWrapper.as index f78859b4d..31779b2d8 100644 --- a/src/as/com/threerings/presents/client/ResultWrapper.as +++ b/src/as/com/threerings/presents/client/ResultWrapper.as @@ -21,6 +21,12 @@ package com.threerings.presents.client { +/** + * ResultAdapter... I mean Wrapper! + * + * Flash cannot cope with two classes with the same basename in the same .swc + * and there's already a ResultAdapter in util/. + */ public class ResultWrapper extends InvocationAdapter implements InvocationService_ResultListener {