mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
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:
parent
30825ee6b4
commit
3f0c811917
11 changed files with 865 additions and 654 deletions
5
libretroshare/src/util/rssqlite.cpp
Normal file
5
libretroshare/src/util/rssqlite.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "rssqlite.h"
|
||||
|
||||
RsSqlite::RsSqlite()
|
||||
{
|
||||
}
|
10
libretroshare/src/util/rssqlite.h
Normal file
10
libretroshare/src/util/rssqlite.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef RSSQLITE_H
|
||||
#define RSSQLITE_H
|
||||
|
||||
class RsSqlite
|
||||
{
|
||||
public:
|
||||
RsSqlite();
|
||||
};
|
||||
|
||||
#endif // RSSQLITE_H
|
Loading…
Add table
Add a link
Reference in a new issue