diff -r 79859ed3eea9 -r 919f36ff910f web_plat/recent_url_store_api/inc/RecentUrlStore.h --- a/web_plat/recent_url_store_api/inc/RecentUrlStore.h Tue Aug 31 16:17:46 2010 +0300 +++ b/web_plat/recent_url_store_api/inc/RecentUrlStore.h Wed Sep 01 12:28:30 2010 +0100 @@ -24,8 +24,6 @@ #ifndef RECENTURLSTORE_H #define RECENTURLSTORE_H -#warning The Recent URL Store API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information - // INCLUDES #include #include @@ -124,6 +122,11 @@ */ void CreateDatabaseL(); + /** + * Insert the Escape Sequence + */ + TInt InsertEscapeSequence(TChar aChar,TUint16* aDestPtr,const TDesC& aString); + /* Private Members */ private :