diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-16 16:56:01 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-16 16:56:01 -0700 |
commit | a4f6fc8ee1a4231d2b81d28035b21b8f8b3fd8fd (patch) | |
tree | e7eddbb8207ddc673899fd3bc7ae86d654c86ea2 /indra/newview/llmarketplacefunctions.h | |
parent | 8bc5a7919b23bec4c1f3caf9847b4eef6b5bd793 (diff) |
DD-11 : Implement getListingURL() and parametrize it correctly. Change Show Listing to Edit Listing.
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index 0b1066a558..68f5dafbbd 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -158,7 +158,9 @@ public: // Access Marketplace data set : each method returns a default value if the folder_id can't be found bool getActivationState(const LLUUID& folder_id); std::string getListingID(const LLUUID& folder_id); + std::string getListingName(const LLUUID& folder_id); LLUUID getVersionFolderID(const LLUUID& folder_id); + std::string getListingURL(const LLUUID& folder_id); // Modify Marketplace data set : each method returns true if the function succeeds, false if error bool setListingID(const LLUUID& folder_id, std::string listing_id); |