From 5b1f6d23be13d5a0879b06d5c11f333c68bc132b Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Tue, 2 Sep 2014 21:52:31 -0700 Subject: DD-106 : WIP : Use a single atomic SLM call for association and unlisting. Updating status on source and destination working. --- indra/newview/llmarketplacefunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llmarketplacefunctions.h') diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index e087139a3d..85e60c04a2 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -192,7 +192,7 @@ public: bool activateListing(const LLUUID& folder_id, bool activate); bool clearListing(const LLUUID& folder_id); bool setVersionFolder(const LLUUID& folder_id, const LLUUID& version_id); - bool associateListing(const LLUUID& folder_id, S32 listing_id); + bool associateListing(const LLUUID& folder_id, const LLUUID& source_folder_id, S32 listing_id); bool getListing(const LLUUID& folder_id); // Probe the Marketplace data set to identify folders -- cgit v1.2.3