web_plat/recent_url_store_api/inc/RecentUrlStore.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 44 800203832575
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    75 	    IMPORT_C void DeleteData (const TDesC& aUrl);
    75 	    IMPORT_C void DeleteData (const TDesC& aUrl);
    76 
    76 
    77 	    /**
    77 	    /**
    78 	    * Save the url and title in store.
    78 	    * Save the url and title in store.
    79 	    */
    79 	    */
    80 	    IMPORT_C void SaveData (const TDesC& aUrl, const TDesC& aTitle);
    80 	    IMPORT_C void SaveDataL (const TDesC& aUrl, const TDesC& aTitle);
    81 
    81 
    82 	    /**
    82 	    /**
    83 	    * Clear the saved data
    83 	    * Clear the saved data
    84 	    */
    84 	    */
    85 	    IMPORT_C void ClearData ();
    85 	    IMPORT_C void ClearData ();