summaryrefslogtreecommitdiff
path: root/indra/llinventory/llfoldertype.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2020-12-17 15:23:04 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2020-12-17 15:23:04 +0000
commit38ce446a02375a46db08c1e1176ec4c9c60e3814 (patch)
treea546ceb720fb0a647bf83ced1b93ae2a5b5de7ce /indra/llinventory/llfoldertype.h
parent04c473ab46041133ea6a87dbe0d43e662472adf5 (diff)
SL-14570 - detailed breakdown of system folder issues in inventory validation. More info about expected state of system folders in llfoldertype
Diffstat (limited to 'indra/llinventory/llfoldertype.h')
-rw-r--r--indra/llinventory/llfoldertype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llfoldertype.h b/indra/llinventory/llfoldertype.h
index 85b86f9ce5..1f174520da 100644
--- a/indra/llinventory/llfoldertype.h
+++ b/indra/llinventory/llfoldertype.h
@@ -102,6 +102,8 @@ public:
static const std::string& lookup(EType folder_type);
static bool lookupIsProtectedType(EType folder_type);
+ static bool lookupIsAutomaticType(EType folder_type);
+ static bool lookupIsSingletonType(EType folder_type);
static bool lookupIsEnsembleType(EType folder_type);
static LLAssetType::EType folderTypeToAssetType(LLFolderType::EType folder_type);