We go to all the trouble of implementing ShutdownManager.Shutdowner, let's go

ahead and actually register ourselves with the ShutdownManager.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5530 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-11 00:13:39 +00:00
parent 64115155ec
commit f71613e3d6
@@ -129,6 +129,7 @@ public abstract class ChatChannelManager
ShutdownManager shutmgr)
{
invmgr.registerDispatcher(new ChannelSpeakDispatcher(this), CrowdCodes.CROWD_GROUP);
shutmgr.registerShutdowner(this);
// create and start our idle channel closer (always be closing)
_closer = new Interval(omgr) {