Activity/spam radar enhancement, from Avination

This commit is contained in:
Siana Gearz
2012-02-15 14:07:03 +01:00
parent 28f73d1037
commit fe579d6e4b
11 changed files with 145 additions and 5 deletions

View File

@@ -992,6 +992,9 @@ private:
LLFrameTimer mTimeVisible;
std::deque<LLChat> mChats;
BOOL mTyping;
public:
BOOL isTyping(){ return mTyping; }
private:
LLFrameTimer mTypingTimer;
static void on_avatar_name_response(const LLUUID& agent_id, const LLAvatarName& av_name, void *userdata);