mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 09:36:23 -04:00
ID cleaning. Unfinished yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c4c8414a79
commit
effbf8f683
18 changed files with 166 additions and 157 deletions
|
@ -1545,10 +1545,10 @@ bool PGPHandler::getGPGFilteredList(std::list<PGPIdType>& list,bool (*filter)(co
|
|||
return true ;
|
||||
}
|
||||
|
||||
//bool PGPHandler::isGPGId(const std::string &id)
|
||||
//{
|
||||
// return _public_keyring_map.find(id) != _public_keyring_map.end() ;
|
||||
//}
|
||||
bool PGPHandler::isGPGId(const PGPIdType &id)
|
||||
{
|
||||
return _public_keyring_map.find(id) != _public_keyring_map.end() ;
|
||||
}
|
||||
|
||||
bool PGPHandler::isGPGSigned(const PGPIdType &id)
|
||||
{
|
||||
|
|
|
@ -122,7 +122,7 @@ class PGPHandler
|
|||
|
||||
const PGPCertificateInfo *getCertificateInfo(const PGPIdType& id) const ;
|
||||
|
||||
bool isGPGId(const std::string &id);
|
||||
bool isGPGId(const PGPIdType &id);
|
||||
bool isGPGSigned(const PGPIdType &id);
|
||||
bool isGPGAccepted(const PGPIdType &id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue