summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-11-11 10:59:31 +0000
committerLynx Linden <lynx@lindenlab.com>2009-11-11 10:59:31 +0000
commitd5f3e6b2a82fa166179943fab435f69059f6686b (patch)
treed8a663de234a09315aaeaa95b42db4aafc0a9212 /indra/newview/llimview.cpp
parent3cfd8a7ae8fb760fccfc992d8185db7bb37ff4ec (diff)
parent162924aadfb6a7312287d91a25a129885239c0a4 (diff)
Automated merge with file:///home/lynx/hg/general/viewer-2-0
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 476d312c69..14f94d5a88 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -862,7 +862,17 @@ bool LLIMModel::sendStartSession(
return false;
}
-
+// static
+void LLIMModel::sendSessionInitialized(const LLUUID &session_id)
+{
+ LLIMSession* session = getInstance()->findIMSession(session_id);
+ if (session)
+ {
+ LLSD arg;
+ arg["session_id"] = session_id;
+ getInstance()->mSessionInitializedSignal(arg);
+ }
+}
//
// Helper Functions