From 30a2cf81e5fb7ac0a21c35e599c8b80e2b3a35e1 Mon Sep 17 00:00:00 2001 From: Igor Borovkov Date: Wed, 18 Nov 2009 18:59:12 +0200 Subject: implemented normal task EXT-2519 Share button in IM should put 'Drag items from inventory here' in IM window --HG-- branch : product-engine --- indra/newview/llpanelimcontrolpanel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llpanelimcontrolpanel.h') diff --git a/indra/newview/llpanelimcontrolpanel.h b/indra/newview/llpanelimcontrolpanel.h index 923c5acbd2..7bfc432ef2 100644 --- a/indra/newview/llpanelimcontrolpanel.h +++ b/indra/newview/llpanelimcontrolpanel.h @@ -58,6 +58,7 @@ public: virtual void onVoiceChannelStateChanged(const LLVoiceChannel::EState& old_state, const LLVoiceChannel::EState& new_state); virtual void setSessionId(const LLUUID& session_id); + const LLUUID& getSessionId() { return mSessionId; } private: LLUUID mSessionId; -- cgit v1.2.3