From 134b7accd6bdc8fbc160a42f7c52c585e73f4add Mon Sep 17 00:00:00 2001 From: eilers Date: Wed, 28 Apr 2004 09:22:02 +0000 Subject: Some modifications to alow use of generic OPimRecords without need to cast them manually to the right type --- (limited to 'libopie2/opiepim/core/odatebookaccess.cpp') diff --git a/libopie2/opiepim/core/odatebookaccess.cpp b/libopie2/opiepim/core/odatebookaccess.cpp index ac310c1..29298ea 100644 --- a/libopie2/opiepim/core/odatebookaccess.cpp +++ b/libopie2/opiepim/core/odatebookaccess.cpp @@ -28,6 +28,7 @@ */ #include #include +#include namespace Opie { /** @@ -108,5 +109,9 @@ OEffectiveEvent::ValueList ODateBookAccess::effectiveNonRepeatingEvents( const Q OEffectiveEvent::ValueList ODateBookAccess::effectiveNonRepeatingEvents( const QDateTime& start ) const { return m_backEnd->effectiveNonRepeatingEvents( start ); } +int ODateBookAccess::rtti() const +{ + return OPimResolver::DateBook; +} } -- cgit v0.9.0.2