summaryrefslogtreecommitdiff
path: root/indra/newview/llmarketplacefunctions.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-17 11:44:04 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-17 11:44:04 -0700
commitccdffd9794229b59b7d022760540ce5f8d8ea133 (patch)
treec8ed6132760a134731acfe157c86ee64ba61c20d /indra/newview/llmarketplacefunctions.h
parentaada85e5b0bcdee88aaa5f0f5ef65913c05c0222 (diff)
DD-70 : Use List/Delist for listing folders and Activate/Deactivate for version folders. Also create test SLM ID when creating listing.
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-xindra/newview/llmarketplacefunctions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h
index 68f5dafbbd..2b90dd678f 100755
--- a/indra/newview/llmarketplacefunctions.h
+++ b/indra/newview/llmarketplacefunctions.h
@@ -167,8 +167,13 @@ public:
bool setVersionFolderID(const LLUUID& folder_id, const LLUUID& version_id);
bool setActivation(const LLUUID& folder_id, bool activate);
+ // Merov : Test method while waiting for SLM API
+ S32 getTestMarketplaceID() { return mTestCurrentMarketplaceID++; }
+
private:
marketplace_items_list_t mMarketplaceItems;
+ // Merov : This is for test only, waiting for SLM API
+ S32 mTestCurrentMarketplaceID;
};