Renamed some "inner" classes, removed debugging lines.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4152 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-26 22:39:31 +00:00
parent fdfce50d01
commit cdd7a64b04
8 changed files with 9 additions and 17 deletions
@@ -67,7 +67,7 @@ public class ChatMarshaller extends InvocationMarshaller
// documentation inherited from interface
public function tell (arg1 :Client, arg2 :Name, arg3 :String, arg4 :TellListener) :void
{
var listener4 :TellMarshaller = new TellMarshaller();
var listener4 :ChatMarshaller_TellMarshaller = new ChatMarshaller_TellMarshaller();
listener4.listener = arg4;
sendRequest(arg1, TELL, [ arg2, arg3, listener4 ]);
}
@@ -6,7 +6,7 @@ import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller;
import com.threerings.crowd.chat.client.TellListener;
public class TellMarshaller extends InvocationMarshaller_ListenerMarshaller
public class ChatMarshaller_TellMarshaller extends InvocationMarshaller_ListenerMarshaller
{
/** The method id used to dispatch {@link #tellSucceeded}
* responses. */