summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index ee6db9a87b..20ba3a7d9c 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -112,9 +112,6 @@ private:
LLFloaterRegionInfo(const LLSD& seed);
~LLFloaterRegionInfo();
- static void requestEstateGetAccessCoro(std::string url, LLHandle<LLFloater> handle);
-
-
protected:
void onTabSelected(const LLSD& param);
void disableTabCtrls();
@@ -495,7 +492,9 @@ public:
virtual void updateChild(LLUICtrl* child_ctrl);
void updateControls(LLViewerRegion* region);
+ void updateLists();
+private:
void onClickAddAllowedAgent();
void onClickRemoveAllowedAgent();
void onClickAddAllowedGroup();
@@ -504,7 +503,7 @@ public:
void onClickRemoveBannedAgent();
void onClickAddEstateManager();
void onClickRemoveEstateManager();
-
+
// Group picker callback is different, can't use core methods below
bool addAllowedGroup(const LLSD& notification, const LLSD& response);
void addAllowedGroup2(LLUUID id);
@@ -523,8 +522,7 @@ public:
// Send the actual EstateOwnerRequest "estateaccessdelta" message
static void sendEstateAccessDelta(U32 flags, const LLUUID& agent_id);
-
- void clearAccessLists();
+ static void requestEstateGetAccessCoro(std::string url);
};
#endif