Browse Source

doc

synchronous
Volker Birk 5 years ago
parent
commit
47d3167d65
  1. 2
      passphrase_cache.hh

2
passphrase_cache.hh

@ -60,7 +60,7 @@ namespace pEp {
using passphrase_callee = std::function<bool(std::string)>; using passphrase_callee = std::function<bool(std::string)>;
bool for_each_passphrase(const passphrase_callee& callee); bool for_each_passphrase(const passphrase_callee& callee);
// get all passphrases in cache from latest to oldest // get all passphrases in cache from latest to oldest one by each call
// this function is throwing PassphraseCache::Empty when cache is empty // this function is throwing PassphraseCache::Empty when cache is empty
// and PassphraseCache::Exhausted when no passphrases are left, then // and PassphraseCache::Exhausted when no passphrases are left, then
// starts over // starts over

Loading…
Cancel
Save