KeepNoHistory is implemented by data objects, so it needs to live in data

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5827 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2009-06-17 01:33:15 +00:00
parent 501e62616c
commit 7d125bec73
2 changed files with 4 additions and 1 deletions
@@ -1,4 +1,6 @@
package com.threerings.crowd.chat.server;
package com.threerings.crowd.chat.data;
import com.threerings.crowd.chat.server.SpeakUtil;
/**
* Marks a {@link Name} as disinterested in chat history such that {@link SpeakUtil} will keep no
@@ -36,6 +36,7 @@ import com.threerings.presents.dobj.RootDObjectManager;
import com.threerings.crowd.chat.data.ChatCodes;
import com.threerings.crowd.chat.data.ChatMessage;
import com.threerings.crowd.chat.data.KeepNoHistory;
import com.threerings.crowd.chat.data.SpeakObject;
import com.threerings.crowd.chat.data.SystemMessage;
import com.threerings.crowd.chat.data.UserMessage;