searchsrv_plat/cpix_framework_api/inc/cindexingplugin.h
changeset 24 65456528cac2
parent 23 d4d56f5e7c55
equal deleted inserted replaced
23:d4d56f5e7c55 24:65456528cac2
   133     * A pure virtual method which instructs plugin to resume harvesting.
   133     * A pure virtual method which instructs plugin to resume harvesting.
   134     * plugin should index the queued items if any.    
   134     * plugin should index the queued items if any.    
   135     */
   135     */
   136 	virtual void ResumePluginL() = 0;
   136 	virtual void ResumePluginL() = 0;
   137 	
   137 	
       
   138 	/**
       
   139     * A pure virtual method which instructs all plugins to store the records.
       
   140     * if any during resume opreation to a temp storage. This function would be called 
       
   141     * periodically with time interval of 5 mins.    
       
   142     */
       
   143 	virtual void SaveL()= 0;
       
   144 	
   138 private: // data members
   145 private: // data members
   139 	// Identification on cleanup.
   146 	// Identification on cleanup.
   140 	TUid iDtor_ID_Key;
   147 	TUid iDtor_ID_Key;
   141 protected:
   148 protected:
   142 	// Observer interface
   149 	// Observer interface