initial addition general exchange service interfaces

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2012-01-11 23:01:29 +00:00
parent 30825ee6b4
commit 3f0c811917
11 changed files with 865 additions and 654 deletions

View file

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

View file

@ -0,0 +1,10 @@
#ifndef RSSQLITE_H
#define RSSQLITE_H
class RsSqlite
{
public:
RsSqlite();
};
#endif // RSSQLITE_H