diff options
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rwxr-xr-x | indra/newview/llmarketplacefunctions.h | 5 |
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; }; |