From 03adfc8b698fbed4b6f31c8320f510eb6da0d51d Mon Sep 17 00:00:00 2001 From: eilers Date: Wed, 27 Oct 2004 14:28:16 +0000 Subject: Switching to sqlite3 Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends --- (limited to 'libopie2/opiepim') diff --git a/libopie2/opiepim/core/opimaccesstemplate.h b/libopie2/opiepim/core/opimaccesstemplate.h index 7ab1ea5..f936d4e 100644 --- a/libopie2/opiepim/core/opimaccesstemplate.h +++ b/libopie2/opiepim/core/opimaccesstemplate.h @@ -178,7 +178,6 @@ public: /** * @internal */ - virtual T cacheFind( int uid )const; void cache( const T& )const; void setSaneCacheSize( int ); @@ -266,12 +265,6 @@ T OPimAccessTemplate::find( int uid ) const{ } template -T OPimAccessTemplate::cacheFind( int uid ) const -{ - return m_cache.find( uid ); -} - -template T OPimAccessTemplate::find( int uid, const QArray& ar, uint current, typename OTemplateBase::CacheDirection dir )const { /* diff --git a/libopie2/opiepim/core/opimcontactfields.h b/libopie2/opiepim/core/opimcontactfields.h index 3aa3894..2e42951 100644 --- a/libopie2/opiepim/core/opimcontactfields.h +++ b/libopie2/opiepim/core/opimcontactfields.h @@ -1,6 +1,6 @@ /* This file is part of the Opie Project - Copyright (C) The Main Author + Copyright (C) Stefan Eielrs =. Copyright (C) The Opie Team .=l. .>+-= diff --git a/libopie2/opiepim/core/opimtemplatebase.h b/libopie2/opiepim/core/opimtemplatebase.h index ec9a94e..787486c 100644 --- a/libopie2/opiepim/core/opimtemplatebase.h +++ b/libopie2/opiepim/core/opimtemplatebase.h @@ -93,12 +93,6 @@ public: uint current, CacheDirection dir = Forward )const = 0; /** - * Find in Cache.. - * Returns empty object if nothing found. - */ - virtual T cacheFind( int uid )const = 0; - - /** * Put element into Cache */ virtual void cache( const T& )const = 0; -- cgit v0.9.0.2