mpxplugins/serviceplugins/collectionplugins/mpxsqlitepodcastdbplugin/src/mpxpodcastdbhandler.cpp
branchRCL_3
changeset 66 1f1dad4af8f8
parent 53 3de6c4cf6b67
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   817     {
   817     {
   818     MPX_FUNC("CMPXPodcastDbHandler::ReCreateDatabasesL");
   818     MPX_FUNC("CMPXPodcastDbHandler::ReCreateDatabasesL");
   819     iDbManager->RecreateAllDatabasesL();
   819     iDbManager->RecreateAllDatabasesL();
   820     }
   820     }
   821 
   821 
       
   822 
       
   823 // ----------------------------------------------------------------------------
       
   824 // Re-create a specified database file
       
   825 // ----------------------------------------------------------------------------
       
   826 //
       
   827 void CMPXPodcastDbHandler::RecreateDatabaseFileL( TInt aDrive )
       
   828     {
       
   829     MPX_FUNC("CMPXPodcastDbHandler::RecreateDatabaseFileL");
       
   830     MPX_DEBUG2( "CMPXPodcastDbHandler::RecreateDatabaseFileL drive: %i", aDrive );
       
   831     iDbManager->RecreateDatabaseFileL( aDrive );  
       
   832     }
       
   833 
   822 // ----------------------------------------------------------------------------
   834 // ----------------------------------------------------------------------------
   823 // Set handler refresh status
   835 // Set handler refresh status
   824 // ----------------------------------------------------------------------------
   836 // ----------------------------------------------------------------------------
   825 //
   837 //
   826 void CMPXPodcastDbHandler::RefreshStartL()
   838 void CMPXPodcastDbHandler::RefreshStartL()