diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-10 11:44:40 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-10 11:44:40 -0700 |
commit | 00fe1b7fbe605ddcb6fb56e0a3d20b1208fbd5fd (patch) | |
tree | c94569a0e96ce6872b1ad71a17c89b20204f11e6 /indra/newview/llmarketplacefunctions.h | |
parent | 0006840325fd88aea3c7514ca5d93f42659e4037 (diff) |
DD-3 : WIP : Add test data to LLMarketplaceData when opening the floater for the first time
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 c3cde740a2..c86df08476 100755 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -142,6 +142,8 @@ class LLMarketplaceData public: LLMarketplaceData(); + bool isEmpty() { return (mMarketplaceItems.size() == 0); } + // Access Marketplace Data : methods return default value if the folder_id can't be found bool getActivationState(const LLUUID& folder_id); std::string getListingID(const LLUUID& folder_id); |