mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
removed channel delete feature
added optimisation suggestion with load/savelist git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3920 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d3a6f7316c
commit
2f559dae96
37 changed files with 133 additions and 388 deletions
|
@ -705,13 +705,13 @@ RsSerialiser *ftServer::setupSerialiser()
|
|||
return NULL;
|
||||
}
|
||||
|
||||
std::list<RsItem *> ftServer::saveList(bool &cleanup)
|
||||
bool ftServer::saveList(bool &cleanup, std::list<RsItem *>& list)
|
||||
{
|
||||
std::list<RsItem *> list;
|
||||
return list;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ftServer::loadList(std::list<RsItem *> load)
|
||||
bool ftServer::loadList(std::list<RsItem *>& load)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue