added web interface to retroshare-gui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8165 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-04-24 14:31:13 +00:00
parent 1b0f59d746
commit 127c104e5e
16 changed files with 362 additions and 13 deletions

View file

@ -132,7 +132,7 @@ namespace RsAccounts
{
// Directories.
std::string ConfigDirectory(); // aka Base Directory. (normally ~/.retroshare)
std::string DataDirectory();
std::string DataDirectory(); // you can call this method even before initialisation (you can't with the other methods)
std::string PGPDirectory();
std::string AccountDirectory();