diff options
author | Cho <cho@lindenlab.com> | 2014-05-31 00:12:14 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-05-31 00:12:14 +0100 |
commit | 099ed7065591b4716c08ed9f6ffc8edfcaacfae0 (patch) | |
tree | 94fc5da2557da90bbbdcdb936c5808885f341904 /indra/newview/llfloaterregioninfo.h | |
parent | 526c11cfaf665eabf6167bbbd139bce024bf1798 (diff) |
Fixed ACME-1436 and ACME-1501
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rwxr-xr-x | indra/newview/llfloaterregioninfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 7bba183ed2..15eeb5ed7e 100755 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -463,6 +463,9 @@ public: LLPanelRegionExperiences(){} /*virtual*/ BOOL postBuild(); virtual BOOL sendUpdate(); + + static bool experienceCoreConfirm(const LLSD& notification, const LLSD& response); + static void sendEstateExperienceDelta(U32 flags, const LLUUID& agent_id); static void infoCallback(LLHandle<LLPanelRegionExperiences> handle, const LLSD& content); bool refreshFromRegion(LLViewerRegion* region); |