diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-11-18 18:59:12 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-11-18 18:59:12 +0200 |
commit | 30a2cf81e5fb7ac0a21c35e599c8b80e2b3a35e1 (patch) | |
tree | bb040e3d7871a472152413a62311cfe0f62dfe08 /indra/newview/llpanelimcontrolpanel.h | |
parent | 4dc294e6dc6a88201ccb2dce76eab25ca936e062 (diff) |
implemented normal task EXT-2519 Share button in IM should put 'Drag items from inventory here' in IM window
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.h')
-rw-r--r-- | indra/newview/llpanelimcontrolpanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |