web_plat/recent_url_store_api/inc/RecentUrlStore.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- 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 <e32base.h>
 #include <s32file.h>
@@ -124,6 +122,11 @@
 	    */
 	    void CreateDatabaseL();
 	    
+	    /**
+      *  Insert the Escape Sequence
+      */
+      TInt InsertEscapeSequence(TChar aChar,TUint16* aDestPtr,const TDesC& aString);
+	    
     /*  Private Members  */
 
     private :