diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-07 18:44:16 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-07 18:44:16 -0700 |
commit | 60c85dff83918876b23ab1ff1dfd336fc9dbc839 (patch) | |
tree | 74a99cfc8bcf36e6354c7f74c1f7a2c7ae054140 /indra/newview/llagent.h | |
parent | feabe29f356ca2bae5275a5cb0d772614166d2c5 (diff) | |
parent | 3a280f747dae737fd03bd4c2c886aa6231c0b703 (diff) |
Pull from richard/viewer-experience-fui/
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 5e23ced424..1775a0235c 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -575,6 +575,15 @@ private: ** ** *******************************************************************************/ + // Build +public: + bool canEditParcel() const { return mCanEditParcel; } +private: + bool mCanEditParcel; + + static bool isActionAllowed(const LLSD& sdname); + static void parcelChangedCallback(); + /******************************************************************************** ** ** ** ACCESS |