summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.h
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2012-09-27 20:09:22 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2012-09-27 20:09:22 +0300
commit483cbd74d78b8fa7ce94e3d3c7d264bcdaa331b5 (patch)
treeb8c681f0cdeb10cdb8bceaf5ebc6c9ede86cf04b /indra/newview/llavataractions.h
parent6daf27cd0f89e324f6fa67792e60bb8452af5adb (diff)
CHUI-165 FIXED Add access to Conversation Log and Chat History from the People floater.
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r--indra/newview/llavataractions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h
index 473b9cecc3..6e60f624ad 100644
--- a/indra/newview/llavataractions.h
+++ b/indra/newview/llavataractions.h
@@ -218,6 +218,11 @@ public:
*/
static void buildResidentsString(const std::vector<LLAvatarName> avatar_names, std::string& residents_string);
+ /**
+ * Opens the chat history for avatar
+ */
+ static void viewChatHistory(const LLUUID& id);
+
static std::set<LLUUID> getInventorySelectedUUIDs();
private: