summaryrefslogtreecommitdiff
path: root/mg_db_gd_sqlite.h
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-05 07:55:16 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-05 07:55:16 +0000
commite45417adddb3ef1f4b3c996635007776eef381ef (patch)
tree156dde4f696fac2abfc33e4fe00e428ea23571ec /mg_db_gd_sqlite.h
parent321885c1c243fba8582cec5f8b89de6365290315 (diff)
downloadvdr-plugin-muggle-0.1.8-BETA.tar.gz
vdr-plugin-muggle-0.1.8-BETA.tar.bz2
really disconnect from mysql server0.1.8-BETA
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.1.8-BETA@813 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_db_gd_sqlite.h')
-rw-r--r--mg_db_gd_sqlite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mg_db_gd_sqlite.h b/mg_db_gd_sqlite.h
index 17de670..81d8516 100644
--- a/mg_db_gd_sqlite.h
+++ b/mg_db_gd_sqlite.h
@@ -20,6 +20,9 @@ using namespace std;
#include "mg_db.h"
+class mgDbServerSQLite : public mgDbServerImp {
+};
+
class mgSQLStringSQLite : public mgSQLStringImp {
public:
mgSQLStringSQLite(const char* s);