added new declaration for retrodb and removed sqlite reference.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4804 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2012-01-16 21:52:22 +00:00
parent 2504c0fd9a
commit cf5158d2b0
5 changed files with 40 additions and 22 deletions

View file

@ -7,8 +7,8 @@
#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
* 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
*/