summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-11-30 19:59:44 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-11-30 19:59:44 +0200
commit5ed4c7015641b0739291c7fc75b67aa5b0ed36fc (patch)
treec451ded3878e52f8226104b25a52b9cb7a473915 /indra/newview/llimview.h
parent1a622243096d77856cc4ed2590dd99dd480e587e (diff)
implemented EXT-2962 “Implement adding messages into IM history w/o spawning
chiclet” --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h
index 79b0acad69..5cc0b033a2 100644
--- a/indra/newview/llimview.h
+++ b/indra/newview/llimview.h
@@ -200,17 +200,17 @@ public:
void testMessages();
+ /**
+ * Save an IM message into a file
+ */
+ bool logToFile(const LLUUID& session_id, const std::string& from, const LLUUID& from_id, const std::string& utf8_text);
+
private:
/**
* Add message to a list of message associated with session specified by session_id
*/
bool addToHistory(const LLUUID& session_id, const std::string& from, const LLUUID& from_id, const std::string& utf8_text);
-
- /**
- * Save an IM message into a file
- */
- bool logToFile(const LLUUID& session_id, const std::string& from, const LLUUID& from_id, const std::string& utf8_text);
};
class LLIMSessionObserver