Change how we link classes that aren't otherwise linked.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5462 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-10-25 01:24:13 +00:00
parent 8970582e6d
commit 5216602e63
4 changed files with 14 additions and 14 deletions
@@ -66,6 +66,9 @@ import com.threerings.crowd.chat.data.UserSystemMessage;
public class ChatDirector extends BasicDirector
implements LocationObserver, MessageListener
{
// statically reference classes we require
ChatMarshaller;
/**
* Creates a chat director and initializes it with the supplied context. The chat director will
* register itself as a location observer so that it can automatically process place
@@ -99,9 +102,6 @@ public class ChatDirector extends BasicDirector
registerCommandHandler(msg, "think", new ThinkHandler());
// registerCommandHandler(msg, "tell", new TellHandler());
registerCommandHandler(msg, "broadcast", new BroadcastHandler());
// ensure that the compiler includes these necessary symbols
var i :int = ChatMarshaller.AWAY;
}
/**