diff options
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 2f2437ed0a..4985ec0015 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -136,8 +136,16 @@ protected: */ void fillAccountStatus(const LLAvatarData* avatar_data); + /** + * Sets permissions specific icon + */ void fillRightsData(); + /** + * Fills user name, display name, age. + */ + void fillNameAgeData(const LLAvatarName &av_name, const LLDate &born_on); + void onImageLoaded(BOOL success, LLViewerFetchedTexture *imagep); static void onImageLoaded(BOOL success, LLViewerFetchedTexture *src_vi, @@ -204,6 +212,7 @@ private: bool mWaitingForImageUpload; bool mAllowPublish; std::string mDescriptionText; + LLDate mBornOn; boost::signals2::connection mAvatarNameCacheConnection; }; |