diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-02-08 17:09:04 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-02-08 17:09:04 +0200 |
| commit | 2c53cb3af54a3a2bd4285bae6482228f462afcfb (patch) | |
| tree | ae26f3eed9661de08170a04f3b94d242501c5b34 /indra/llinventory/llfoldertype.h | |
| parent | cc73af4ff1d3b48a36a5bfa173d2c433565055c0 (diff) | |
| parent | dad963eadc3498d2ca8c13b9586f2a4472a824e8 (diff) | |
Merge branch 'SL-14532' into DRTVWR-527-maint
Diffstat (limited to 'indra/llinventory/llfoldertype.h')
| -rw-r--r-- | indra/llinventory/llfoldertype.h | 2 |
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); |
