diff options
author | Merov Linden <merov@lindenlab.com> | 2014-08-25 11:30:46 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-08-25 11:30:46 -0700 |
commit | 2631d6f81717a0f6be0e5adba58ddddcd826b721 (patch) | |
tree | 220ac9c07856b3eff27b871ae8519a34f9649d55 /indra/newview/llmarketplacefunctions.h | |
parent | 85ec32c05e3474e55db142489f91e978df319951 (diff) |
DD-105 : WIP : Use one single mechanism for marking folders being updated by SLM
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 1614b610a6..e087139a3d 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -213,7 +213,6 @@ public: // Used to flag if stock count values for Marketplace have to be updated bool checkDirtyCount() { if (mDirtyCount) { mDirtyCount = false; return true; } else { return false; } } void setDirtyCount() { mDirtyCount = true; } - void setUpdating(bool isUpdating) { mIsUpdating = isUpdating; } void setUpdating(const LLUUID& folder_id, bool isUpdating); private: @@ -242,7 +241,6 @@ private: bool mDirtyCount; // If true, stock count value need to be updated at the next check // Update data - bool mIsUpdating; // true if we're globally waiting for updated values from SLM std::set<LLUUID> mPendingUpdateSet; // The cache of SLM data (at last...) |