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:
chrisparker126 2012-01-19 23:32:27 +00:00
parent 00c6010543
commit a89c6fd08a
10 changed files with 140 additions and 70 deletions

View file

@ -1,5 +0,0 @@
#include "rssqlite.h"
RsSqlite::RsSqlite()
{
}

View file

@ -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
{