web_plat/recent_url_store_api/inc/RecentUrlStore.h
branchRCL_3
changeset 48 79859ed3eea9
parent 44 800203832575
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 
    22 
    23 
    23 
    24 #ifndef RECENTURLSTORE_H
    24 #ifndef RECENTURLSTORE_H
    25 #define RECENTURLSTORE_H
    25 #define RECENTURLSTORE_H
       
    26 
       
    27 #warning The Recent URL Store API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    26 
    28 
    27 // INCLUDES
    29 // INCLUDES
    28 #include <e32base.h>
    30 #include <e32base.h>
    29 #include <s32file.h>
    31 #include <s32file.h>
    30 #include <d32dbms.h>
    32 #include <d32dbms.h>
   120 	    /**
   122 	    /**
   121 	    *  Create the database
   123 	    *  Create the database
   122 	    */
   124 	    */
   123 	    void CreateDatabaseL();
   125 	    void CreateDatabaseL();
   124 	    
   126 	    
   125 	    /**
       
   126       *  Insert the Escape Sequence
       
   127       */
       
   128       TInt InsertEscapeSequence(TChar aChar,TUint16* aDestPtr,const TDesC& aString);
       
   129 	    
       
   130     /*  Private Members  */
   127     /*  Private Members  */
   131 
   128 
   132     private :
   129     private :
   133 
   130 
   134 	    RFs 				iDbSession; ///< client side access
   131 	    RFs 				iDbSession; ///< client side access