diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-05 15:58:15 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-05 15:58:15 -0700 |
commit | d24ff0bf0adeae1ce000551e3b9bdac528f5c162 (patch) | |
tree | f511055ea3ac714748663e3149a8216e238881a6 /indra/newview/llmarketplacefunctions.cpp | |
parent | 1a837c5719fa8dded91561a97839d2ed28e87553 (diff) |
DD-22 : WIP : Implement putRaw() on LLHTTPClient
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp index 64df5a8396..2178ecaaa2 100755 --- a/indra/newview/llmarketplacefunctions.cpp +++ b/indra/newview/llmarketplacefunctions.cpp @@ -906,6 +906,7 @@ bool LLMarketplaceData::deleteListing(const LLUUID& folder_id) // Listing doesn't exist -> exit with error return false; } + // *TODO : Implement SLM API for deleting SLM records once it exists there... mMarketplaceItems.erase(folder_id); update_marketplace_category(folder_id); gInventory.notifyObservers(); |