diff options
author | James Cook <james@lindenlab.com> | 2010-03-18 17:19:57 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-18 17:19:57 -0700 |
commit | 639b234762133e4d09d6d7b1bac9d25c5a681926 (patch) | |
tree | d99a727f3fa9c53faecd434b2735da1094b9a519 /indra/newview/llpanelme.h | |
parent | 10fc6ee4a012fa7232868261d6e11a76652c3cca (diff) |
Partial support for Set Name returning error msg from service
Diffstat (limited to 'indra/newview/llpanelme.h')
-rw-r--r-- | indra/newview/llpanelme.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelme.h b/indra/newview/llpanelme.h index ed630133ca..9304bc1d82 100644 --- a/indra/newview/llpanelme.h +++ b/indra/newview/llpanelme.h @@ -36,6 +36,7 @@ #include "llpanel.h" #include "llpanelprofile.h" +class LLAvatarName; class LLPanelMyProfileEdit; class LLPanelProfile; class LLIconCtrl; @@ -90,13 +91,15 @@ protected: /*virtual*/void resetData(); void processProfileProperties(const LLAvatarData* avatar_data); + void onNameCache(const LLUUID& agent_id, const LLAvatarName& av_name); private: void initTexturePickerMouseEvents(); void onTexturePickerMouseEnter(LLUICtrl* ctrl); void onTexturePickerMouseLeave(LLUICtrl* ctrl); void onClickSetName(); - void callbackSetName(const LLSD& notification, const LLSD& response); + void onDialogSetName(const LLSD& notification, const LLSD& response); + void onCacheSetName(bool success, const std::string& reason, const LLSD& content); /** * Enabled/disables controls to prevent overwriting edited data upon receiving |