summaryrefslogtreecommitdiff
path: root/indra/llcommon/llassettype.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-05-20 20:40:04 +0300
committerGitHub <noreply@github.com>2025-05-20 20:40:04 +0300
commit2cbff073edad0bb31d2a025b888a9fb2e90fe2cf (patch)
treea9627a2cc78621d37a74c29bdf3fcb0d9efe5ea1 /indra/llcommon/llassettype.h
parent3de223aecf53ee6f69de8fba29aaa6593484d7e8 (diff)
#4000 Cherry pick inventory LEAP functions from develop branch
Diffstat (limited to 'indra/llcommon/llassettype.h')
-rw-r--r--indra/llcommon/llassettype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llassettype.h b/indra/llcommon/llassettype.h
index 547c3f4329..17177d81c3 100644
--- a/indra/llcommon/llassettype.h
+++ b/indra/llcommon/llassettype.h
@@ -165,6 +165,8 @@ public:
static bool lookupIsAssetFetchByIDAllowed(EType asset_type); // the asset allows direct download
static bool lookupIsAssetIDKnowable(EType asset_type); // asset data can be known by the viewer
+ static LLSD getTypeNames();
+
static const std::string BADLOOKUP;
protected: