diff -r a1a5d4e727e8 -r 800203832575 web_plat/recent_url_store_api/inc/RecentUrlStore.h --- a/web_plat/recent_url_store_api/inc/RecentUrlStore.h Wed Jun 09 10:52:50 2010 +0300 +++ b/web_plat/recent_url_store_api/inc/RecentUrlStore.h Mon Jun 21 16:54:17 2010 +0300 @@ -122,6 +122,11 @@ */ void CreateDatabaseL(); + /** + * Insert the Escape Sequence + */ + TInt InsertEscapeSequence(TChar aChar,TUint16* aDestPtr,const TDesC& aString); + /* Private Members */ private :