diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-04 16:50:13 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-04 16:50:13 -0700 |
commit | b06803225bff30e863ea18cae1d33f42a4fd937e (patch) | |
tree | 7cc96c7fcb573bc20dc6db93a606b846474ce7c9 /indra/newview/llinventorybridge.h | |
parent | 2a613d7363c4e91a7258d4f0ea3971db1569e788 (diff) |
Reconnect apply to region and parcel reconnected to interface.
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index e7df5e4e93..6a04f08cf8 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -622,13 +622,15 @@ public: virtual void performAction(LLInventoryModel* model, std::string action); virtual void openItem(); virtual void buildContextMenu(LLMenuGL& menu, U32 flags); - virtual std::string getLabelSuffix() const; - virtual BOOL renameItem(const std::string& new_name); + virtual BOOL renameItem(const std::string& new_name); virtual LLSettingsType::type_e getSettingsType() const { return mSettingsType; } - protected: + bool canUpdateRegion() const; + bool canUpdateParcel() const; + LLSettingsType::type_e mSettingsType; + }; //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |