Took care of some TODOs.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4440 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-11-01 03:52:29 +00:00
parent b0cc50b21b
commit 91b50cd0b8
5 changed files with 17 additions and 14 deletions
@@ -121,7 +121,7 @@ public class Communicator
public function postMessage (msg :UpstreamMessage) :void
{
sendMessage(msg); // send it now: we have no out queue (TODO?)
sendMessage(msg); // send it now: we have no out queue
}
protected function shutdown (logonError :Error) :void