mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Changed parameter isFirstTimeRun of RsAccountsDetail::getAccountOptions to output parameter.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8479 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6adeb52e93
commit
fb8ec988b2
2 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ bool RsAccountsDetail::getAccountDetails(const RsPeerId &id,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RsAccountsDetail::getAccountOptions(bool &ishidden, bool isFirstTimeRun)
|
bool RsAccountsDetail::getAccountOptions(bool &ishidden, bool &isFirstTimeRun)
|
||||||
{
|
{
|
||||||
std::map<RsPeerId, AccountDetails>::iterator it;
|
std::map<RsPeerId, AccountDetails>::iterator it;
|
||||||
it = mAccounts.find(mPreferredId);
|
it = mAccounts.find(mPreferredId);
|
||||||
|
|
|
@ -110,7 +110,7 @@ class RsAccountsDetail
|
||||||
bool getPreferredAccountId(RsPeerId &id);
|
bool getPreferredAccountId(RsPeerId &id);
|
||||||
bool getAccountDetails(const RsPeerId &id, RsPgpId& gpgId, std::string &gpgName, std::string &gpgEmail, std::string &location);
|
bool getAccountDetails(const RsPeerId &id, RsPgpId& gpgId, std::string &gpgName, std::string &gpgEmail, std::string &location);
|
||||||
|
|
||||||
bool getAccountOptions(bool &ishidden, bool isFirstTimeRun);
|
bool getAccountOptions(bool &ishidden, bool &isFirstTimeRun);
|
||||||
|
|
||||||
|
|
||||||
bool getAccountIds(std::list<RsPeerId> &ids);
|
bool getAccountIds(std::list<RsPeerId> &ids);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue