From 6974a4bbdc674a2a5d41d801f80035a183faedb5 Mon Sep 17 00:00:00 2001 From: eilers Date: Mon, 08 Dec 2003 15:18:10 +0000 Subject: Committing unfinished sql implementation before merging to libopie2 starts.. --- (limited to 'libopie/pim/ocontactaccessbackend_sql.h') diff --git a/libopie/pim/ocontactaccessbackend_sql.h b/libopie/pim/ocontactaccessbackend_sql.h index bb22551..b8f1d8d 100644 --- a/libopie/pim/ocontactaccessbackend_sql.h +++ b/libopie/pim/ocontactaccessbackend_sql.h @@ -16,6 +16,9 @@ * ===================================================================== * History: * $Log$ + * Revision 1.2 2003/12/08 15:18:11 eilers + * Committing unfinished sql implementation before merging to libopie2 starts.. + * * Revision 1.1 2003/09/22 14:31:16 eilers * Added first experimental incarnation of sql-backend for addressbook. * Some modifications to be able to compile the todo sql-backend. @@ -47,6 +50,8 @@ class OContactAccessBackend_SQL : public OContactAccessBackend { public: OContactAccessBackend_SQL ( const QString& appname, const QString& filename = QString::null ); + ~OContactAccessBackend_SQL (); + bool save(); bool load (); -- cgit v0.9.0.2