summaryrefslogtreecommitdiff
path: root/indra/newview/llmarketplacefunctions.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-12-12 15:02:52 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-12-12 15:02:52 -0800
commite826cbd90750fd38565e4e44390948f36254cf1f (patch)
tree4dc155ca18133c68fc03ec02b343b51b65585530 /indra/newview/llmarketplacefunctions.h
parentcc92db1f353de96f6d27863b92671b2d847536f4 (diff)
EXP-1682 FIX
EXP-1683 FIX EXP-1705 FIX EXP-1707 FIX * Outbox folder count now uses inventory API directly rather than inventory folder view for folder count and item status * Asynchronous fetches are triggered for the outbox content when the window is opened and when it receives focus * Marketplace URL's for empty and non-merchant outbox view have been updated * "Copy to Merchant Outbox" and "Delete" context menu items should be fully functional now with item counts, etc.
Diffstat (limited to 'indra/newview/llmarketplacefunctions.h')
-rw-r--r--indra/newview/llmarketplacefunctions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h
index 5ca0bdfe77..f501f1ee8b 100644
--- a/indra/newview/llmarketplacefunctions.h
+++ b/indra/newview/llmarketplacefunctions.h
@@ -34,6 +34,10 @@
#include <boost/signals2.hpp>
#include "llsingleton.h"
+#include "llstring.h"
+
+
+LLStringUtil::format_map_t getMarketplaceStringSubstitutions();
namespace MarketplaceErrorCodes