diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-02 22:34:44 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-02 22:34:44 -0700 |
commit | 4a25ce8b9d5d56b160d0d13c4681cd916c4ea4e0 (patch) | |
tree | 30714cbf6fa1c02a11900daaea732c4496175ea4 /indra/newview/llconversationmodel.h | |
parent | d54eded93ba270402349f5f337bbe12339255ece (diff) |
CHUI-341 : Implement the use of LLEventStream and LLEventPump to signal conversation model changes, picked by LLIMFloaterContainer. Suppress pooling on draw().
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-x | indra/newview/llconversationmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 30f94d51ae..97e5b0fc31 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -124,6 +124,8 @@ public: void resetRefresh() { mNeedsRefresh = false; } bool needsRefresh() { return mNeedsRefresh; } + void postEvent(const std::string& event_type); + protected: std::string mName; // Name of the session or the participant LLUUID mUUID; // UUID of the session or the participant |