diff options
author | Merov Linden <merov@lindenlab.com> | 2015-02-21 18:41:54 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-02-21 18:41:54 -0800 |
commit | 0177f56fc92536b7fe0c8139ae1e081fd09eacfe (patch) | |
tree | 833ac429fdf8921ceb74a38f9aab195ffe06a802 /indra/newview/llmarketplacefunctions.h | |
parent | 9ce64ec527f7b49b1641753ce6e67b8ed7f603c7 (diff) |
DD-335 : Improve the performance of Get listings by 400%, fix a bug when error occured on SLM
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index aa78cfd2d8..755643ccd0 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -230,7 +230,7 @@ public: private: // Modify Marketplace data set : each method returns true if the function succeeds, false if error // Used internally only by SLM Responders when data are received from the SLM Server - bool addListing(const LLUUID& folder_id, S32 listing_id, const LLUUID& version_id, bool is_listed, bool update = true); + bool addListing(const LLUUID& folder_id, S32 listing_id, const LLUUID& version_id, bool is_listed, const std::string& edit_url, S32 count); bool deleteListing(const LLUUID& folder_id, bool update = true); bool setListingID(const LLUUID& folder_id, S32 listing_id, bool update = true); bool setVersionFolderID(const LLUUID& folder_id, const LLUUID& version_id, bool update = true); |