summaryrefslogtreecommitdiff
path: root/indra/newview/llagentbenefits.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-18 17:15:11 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-18 17:15:11 +0000
commitd12e10be377e692f5164ba914b8f038e66b0d45c (patch)
treecad44c4d672f460625f7a30210f41bb801c92cd1 /indra/newview/llagentbenefits.h
parent65550520ed00699098b221a1166e4c1763333d58 (diff)
SL-10499 - bulk upload behavior adjusted to account for possibly different upload prices for different asset types. Also added a confirmation dialog for bulk upload.
Diffstat (limited to 'indra/newview/llagentbenefits.h')
-rw-r--r--indra/newview/llagentbenefits.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llagentbenefits.h b/indra/newview/llagentbenefits.h
index b21048e38b..7ed6e169ce 100644
--- a/indra/newview/llagentbenefits.h
+++ b/indra/newview/llagentbenefits.h
@@ -28,6 +28,7 @@
#include "llsingleton.h"
#include "llsd.h"
+#include "llassettype.h"
class LLAgentBenefits: public LLSingleton<LLAgentBenefits>
{
@@ -45,6 +46,8 @@ public:
S32 getGroupMembershipLimit() const;
S32 getSoundUploadCost() const;
S32 getTextureUploadCost() const;
+
+ bool findUploadCost(LLAssetType::EType& asset_type, S32& cost);
private:
S32 m_animated_object_limit;