mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 10:31:05 -04:00
fixed transitioning of msg service config files from global signature format
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3522 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f84b6ff501
commit
8b1ffdb5d9
3 changed files with 31 additions and 4 deletions
|
@ -325,6 +325,9 @@ virtual RsSerialiser *setupSerialiser() = 0;
|
|||
|
||||
/**
|
||||
* saves list of derived object
|
||||
* @param cleanup this inform you if you need to call saveDone() to unlock/allow
|
||||
* access to resources pointed to by handles (list) returned by function: thus false, call saveDone after returned list finished with
|
||||
* and vice versa
|
||||
* @return list of config items derived object wants to saves
|
||||
*/
|
||||
virtual std::list<RsItem *> saveList(bool &cleanup) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue