diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 11:44:14 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 11:44:14 +0100 |
commit | 8863805d5ca446f06e73e2ba2b9e9dd35051b8fb (patch) | |
tree | ae8d2d536aa413e556e66bdbe85f2fbf67e5735c /indra/newview/llimview.h | |
parent | 5c9d878d8c2da0d413aa6b0976faa595382681c2 (diff) | |
parent | 53bfc13ab8732633d8a53c2d3602aff3e3e652d2 (diff) |
merge
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index ba8c7ae489..f7a4406f00 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -84,6 +84,7 @@ public: /** @deprecated */ static void chatFromLogFile(LLLogChat::ELogLineType type, const LLSD& msg, void* userdata); + bool isOutgoingAdHoc(); bool isAdHoc(); bool isP2P(); bool isOtherParticipantAvaline(); @@ -273,6 +274,9 @@ public: static void sendMessage(const std::string& utf8_text, const LLUUID& im_session_id, const LLUUID& other_participant_id, EInstantMessage dialog); + // Adds people from speakers list (people with whom you are currently speaking) to the Recent People List + static void addSpeakersToRecent(const LLUUID& im_session_id); + void testMessages(); /** |