diff options
author | Merov Linden <merov@lindenlab.com> | 2015-04-08 23:14:43 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-04-08 23:14:43 -0700 |
commit | 56b1f3d88158eb86edff4ef5392f41c84f57d3fc (patch) | |
tree | 60cedcd7087ebcc2d41a078075ddaf28ac167365 /indra/newview/llmarketplacefunctions.h | |
parent | c5c027eb14e92b89a3888a7c17ee1fd44e2f65b2 (diff) |
DD-382 : Refactored the auto activate code in create and associate listing. Update count on hand in reassociate correctly.
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 34b650b0ce..38ffdeb498 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -253,10 +253,10 @@ private: bool setCountOnHand(const LLUUID& folder_id, S32 count, bool update = true); // Private SLM API : package data and get/post/put requests to the SLM Server through the SLM API - void createSLMListing(const LLUUID& folder_id); + void createSLMListing(const LLUUID& folder_id, const LLUUID& version_id, S32 count); void getSLMListing(S32 listing_id); void updateSLMListing(const LLUUID& folder_id, S32 listing_id, const LLUUID& version_id, bool is_listed, S32 count); - void associateSLMListing(const LLUUID& folder_id, S32 listing_id, const LLUUID& version_id); + void associateSLMListing(const LLUUID& folder_id, S32 listing_id, const LLUUID& version_id, const LLUUID& source_folder_id); void deleteSLMListing(S32 listing_id); std::string getSLMConnectURL(const std::string& route); |