diff options
author | Merov Linden <merov@lindenlab.com> | 2014-09-16 10:39:23 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-09-16 10:39:23 -0700 |
commit | 1a334a1005d116b99eca45c1e4a1a475c9dba68d (patch) | |
tree | 2936669f108d49548c6c40b284bafc4a2f2ac668 /indra/newview/llmarketplacefunctions.h | |
parent | 221c184ebb5e20440cde974ac2bc5eab84690dd4 (diff) |
DD-23 : WIP : Catch the SLM_UPDATE_FOLDER notification and trigger the GET /listing route so to get the updated SLM status for the listing
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 85e60c04a2..d9e222e05d 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -194,6 +194,7 @@ public: bool setVersionFolder(const LLUUID& folder_id, const LLUUID& version_id); bool associateListing(const LLUUID& folder_id, const LLUUID& source_folder_id, S32 listing_id); bool getListing(const LLUUID& folder_id); + bool getListing(S32 listing_id); // Probe the Marketplace data set to identify folders bool isListed(const LLUUID& folder_id); // returns true if folder_id is a Listing folder |