summaryrefslogtreecommitdiff
path: root/indra/newview/llsechandler_basic.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2020-01-07 00:52:04 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2020-01-07 00:52:04 +0200
commit19caca91e98e41187f76c9925c31b8fba33c2902 (patch)
tree39c78f3eae946a94edde6a3157f0039019230e99 /indra/newview/llsechandler_basic.h
parent37ca582a2dacfbe7cbb37d2e9ecddca0a9bc8ed7 (diff)
SL-12486 Better data deletion
Diffstat (limited to 'indra/newview/llsechandler_basic.h')
-rw-r--r--indra/newview/llsechandler_basic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llsechandler_basic.h b/indra/newview/llsechandler_basic.h
index 426b5d392a..0bc7f5230f 100644
--- a/indra/newview/llsechandler_basic.h
+++ b/indra/newview/llsechandler_basic.h
@@ -293,6 +293,10 @@ public:
virtual bool hasCredentialMap(const std::string& storage,
const std::string& grid);
+ // returns true if map is empty or does not exist
+ virtual bool emptyCredentialMap(const std::string& storage,
+ const std::string& grid);
+
// load map of credentials from specific storage
virtual void loadCredentialMap(const std::string& storage,
const std::string& grid,