mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 10:32:22 -04:00
-fixed msg sync test, now passing
-enabled msg circle checking git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7305 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
75188fb6f0
commit
4fe6161d58
5 changed files with 50 additions and 30 deletions
|
@ -231,11 +231,19 @@ private:
|
|||
void locked_genReqGrpTransaction(NxsTransaction* tr);
|
||||
|
||||
/*!
|
||||
* Generates new transaction to send msg data based on list
|
||||
* of grpids received from peer stored in passed transaction
|
||||
* This first checks if one can send a grpId based circles
|
||||
* If it can send, then it call locked_genSendMsgsTransaction
|
||||
* @param tr transaction responsible for generating grp request
|
||||
* @see locked_genSendMsgsTransaction
|
||||
*/
|
||||
void locked_genSendMsgsTransaction(NxsTransaction* tr);
|
||||
void locked_checkSendMsgsTransaction(NxsTransaction* tr);
|
||||
|
||||
/*!
|
||||
* Generates new transaction to send msg data based on list
|
||||
* of grpids received from peer stored in passed transaction
|
||||
* @param tr transaction responsible for generating grp request
|
||||
*/
|
||||
void locked_genSendMsgsTransaction(NxsTransaction* tr);
|
||||
|
||||
/*!
|
||||
* Generates new transaction to send grp data based on list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue