diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-11-04 22:17:23 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-11-04 22:17:23 +0200 |
commit | 8c27615aa5c1fc61fa0a5877717699d5df47476d (patch) | |
tree | 86b35df06b8abddc9774cdd3f907b6ae13b131ef /indra/newview/llpanelimcontrolpanel.h | |
parent | 5a2424d01026327ae8eb17ec2b319495c6f5e9b1 (diff) |
Implemented normal sub-task EXT-2144 (IM P2p control panel should contain avatar name under avatar icon aligned to the left side)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.h')
-rw-r--r-- | indra/newview/llpanelimcontrolpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.h b/indra/newview/llpanelimcontrolpanel.h index 1f38bffb53..ac5d86345e 100644 --- a/indra/newview/llpanelimcontrolpanel.h +++ b/indra/newview/llpanelimcontrolpanel.h @@ -72,6 +72,9 @@ public: void setSessionId(const LLUUID& session_id); +protected: + void nameUpdatedCallback(const LLUUID& id, const std::string& first, const std::string& last, BOOL is_group); + private: void onViewProfileButtonClicked(); void onAddFriendButtonClicked(); |