From f71613e3d674624953016e008f7bf05df41497a7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 11 Nov 2008 00:13:39 +0000 Subject: [PATCH] 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 --- .../com/threerings/crowd/chat/server/ChatChannelManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java b/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java index 28861267b..6c3c651fb 100644 --- a/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java +++ b/src/java/com/threerings/crowd/chat/server/ChatChannelManager.java @@ -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) {