diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-07 00:52:04 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-07 00:52:04 +0200 |
commit | 19caca91e98e41187f76c9925c31b8fba33c2902 (patch) | |
tree | 39c78f3eae946a94edde6a3157f0039019230e99 /indra/newview/llsecapi.h | |
parent | 37ca582a2dacfbe7cbb37d2e9ecddca0a9bc8ed7 (diff) |
SL-12486 Better data deletion
Diffstat (limited to 'indra/newview/llsecapi.h')
-rw-r--r-- | indra/newview/llsecapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llsecapi.h b/indra/newview/llsecapi.h index c0f0a367c7..5cde0d549e 100644 --- a/indra/newview/llsecapi.h +++ b/indra/newview/llsecapi.h @@ -491,6 +491,10 @@ public: virtual bool hasCredentialMap(const std::string& storage, const std::string& grid)=0; + // returns true im map is empty or does not exist + virtual bool emptyCredentialMap(const std::string& storage, + const std::string& grid)=0; + // load map of credentials from specific storage typedef std::map<std::string, LLPointer<LLCredential> > credential_map_t; virtual void loadCredentialMap(const std::string& storage, |