Split SpeakProvider into SpeakHandler and SpeakUtil. SpeakProvider is now a

proper interface like all the other new invocation service backends.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4795 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-07-31 21:05:23 +00:00
parent ea501d7083
commit 3f7705dfc2
7 changed files with 481 additions and 422 deletions
@@ -25,7 +25,7 @@ import com.threerings.presents.dobj.AccessController;
import com.threerings.presents.server.PresentsClient;
import com.threerings.crowd.Log;
import com.threerings.crowd.chat.server.SpeakProvider;
import com.threerings.crowd.chat.server.SpeakUtil;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.data.OccupantInfo;
import com.threerings.crowd.server.CrowdServer;
@@ -78,7 +78,7 @@ public class CrowdClient extends PresentsClient
// clear our chat history
if (body != null) {
SpeakProvider.clearHistory(body.getVisibleName());
SpeakUtil.clearHistory(body.getVisibleName());
}
}