mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 17:15:16 -04:00
core modification for Qblog
*final modifications to qblog network messages: might need to consider wstring for profile kvsets tho *update qblog core to hanldle messages *updated interface with all methods we will ever need hopefully git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@614 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
18112f7116
commit
2a44784999
11 changed files with 489 additions and 378 deletions
|
@ -153,6 +153,12 @@ virtual bool AuthCertificate(std::string id, std::string code) = 0;
|
|||
virtual bool SignCertificate(std::string id) = 0;
|
||||
virtual bool TrustCertificate(std::string id, bool trust) = 0;
|
||||
|
||||
/**
|
||||
* saves the usrs cert to file so it can easily be attached in an email
|
||||
* @return successful or not
|
||||
*/
|
||||
virtual bool certToFile(void) = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue