changeset 109 | 223f270fa7ff |
parent 96 | a8538f50e2ba |
child 110 | 403412eb5292 |
--- a/engine/inc/PodcastModel.h Sun Apr 04 00:21:57 2010 +0100 +++ b/engine/inc/PodcastModel.h Sun Apr 04 15:54:17 2010 +0100 @@ -85,6 +85,7 @@ TInt GetIapId(); sqlite3* DB(); + void ResetDB(); IMPORT_C void GetAllShowsL(); IMPORT_C void GetNewShowsL(); @@ -99,6 +100,8 @@ protected: CPodcastModel(); void ConstructL(); + + void OpenDBL(); // From ImageHandler void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel); private: