summaryrefslogtreecommitdiff
path: root/indra/newview/llestateinfomodel.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2017-05-04 00:51:20 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2017-05-04 00:51:20 +0300
commitacb4ef1a94545e886c221ab441a13ef700651ad3 (patch)
tree063e6d6ad9b76ffff75d1b431e436c04eeb3f328 /indra/newview/llestateinfomodel.h
parent0dcb423cf3dc42e11621eece972801b036657e91 (diff)
parentbb0e2e6b957f9abf3ddc819d20aea3936d500467 (diff)
Merged in rider_linden/jigglypuff
Diffstat (limited to 'indra/newview/llestateinfomodel.h')
-rw-r--r--indra/newview/llestateinfomodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llestateinfomodel.h b/indra/newview/llestateinfomodel.h
index e7a6a2a725..0082b5b1f4 100644
--- a/indra/newview/llestateinfomodel.h
+++ b/indra/newview/llestateinfomodel.h
@@ -55,6 +55,7 @@ public:
bool getDenyAnonymous() const;
bool getDenyAgeUnverified() const;
bool getAllowVoiceChat() const;
+ bool getAllowAccessOverride() const;
const std::string& getName() const { return mName; }
const LLUUID& getOwnerID() const { return mOwnerID; }
@@ -68,6 +69,7 @@ public:
void setDenyAnonymous(bool val);
void setDenyAgeUnverified(bool val);
void setAllowVoiceChat(bool val);
+ void setAllowAccessOverride(bool val);
void setSunHour(F32 sun_hour) { mSunHour = sun_hour; }