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
This commit is contained in:
Ray Greenwell
2008-05-28 01:48:42 +00:00
parent c8763c245a
commit 22e7ba9a1a
@@ -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
{