diff -r d4d56f5e7c55 -r 65456528cac2 searchsrv_plat/cpix_framework_api/inc/cindexingplugin.h --- a/searchsrv_plat/cpix_framework_api/inc/cindexingplugin.h Tue Oct 05 13:15:12 2010 +0530 +++ b/searchsrv_plat/cpix_framework_api/inc/cindexingplugin.h Fri Oct 15 12:09:28 2010 +0530 @@ -135,6 +135,13 @@ */ virtual void ResumePluginL() = 0; + /** + * A pure virtual method which instructs all plugins to store the records. + * if any during resume opreation to a temp storage. This function would be called + * periodically with time interval of 5 mins. + */ + virtual void SaveL()= 0; + private: // data members // Identification on cleanup. TUid iDtor_ID_Key;