summaryrefslogtreecommitdiff
path: root/indra/llcommon/llassettype.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-03-31 16:11:21 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-03-31 16:11:21 -0400
commite504f895135eec69d9ec5ee31cdefc2ced145631 (patch)
tree63c3c5391cd0d16bd23938e3a486442e051e8976 /indra/llcommon/llassettype.h
parent2208e6da2ca9b9e94f5aa903d98a0167baf15577 (diff)
parentfc8c4ea485f34ef52b2c3e037124795e5df9c064 (diff)
merge
Diffstat (limited to 'indra/llcommon/llassettype.h')
-rw-r--r--indra/llcommon/llassettype.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/llcommon/llassettype.h b/indra/llcommon/llassettype.h
index c7bbc2e74a..4440e1bac3 100644
--- a/indra/llcommon/llassettype.h
+++ b/indra/llcommon/llassettype.h
@@ -143,9 +143,12 @@ public:
static EType getType(const std::string& desc_name);
static const std::string& getDesc(EType asset_type);
- static bool lookupCanLink(EType asset_type);
- static bool lookupIsLinkType(EType asset_type);
+ static BOOL lookupCanLink(EType asset_type);
+ static BOOL lookupIsLinkType(EType asset_type);
+ 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 const std::string& badLookup(); // error string when a lookup fails
protected: