mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Removed cpp source files, don't need them yet.
Added more clarity to declarations Also added comment on general implementation of an RsGeneralExchangeService git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4820 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00c6010543
commit
a89c6fd08a
10 changed files with 140 additions and 70 deletions
|
@ -1,5 +0,0 @@
|
|||
#include "rssqlite.h"
|
||||
|
||||
RsSqlite::RsSqlite()
|
||||
{
|
||||
}
|
|
@ -7,10 +7,10 @@
|
|||
#include <set>
|
||||
|
||||
/*!
|
||||
* The idea of RsDb is to provide a means for Retroshare core and
|
||||
* its services itself to maintain easy to use random access files via a database
|
||||
* Especially for messages, rather than all data to memory
|
||||
* It models itself after android's sqlite functionality
|
||||
* The idea of RsDb is to provide a means for Retroshare core and \n
|
||||
* its services to maintain an easy to use random access files via a database \n
|
||||
* Especially for messages, rather than all data to memory \n
|
||||
* It models itself after android's sqlite functionality \n
|
||||
*/
|
||||
class RetroDb
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue