browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h
branchRCL_3
changeset 39 08ffbd51e3fd
parent 10 4530440261a8
--- a/browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h	Tue Apr 27 16:41:18 2010 +0300
+++ b/browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h	Tue May 11 16:16:13 2010 +0300
@@ -152,7 +152,8 @@
         void UpdateScrollBarPositionL(const TInt aPosition);
 		void HandleItemClickedL(CEikListBox* aListBox );
 
-		
+		static TInt ListScrollTimerCallBack(TAny* aAny);
+        void DoListScrolling();		
 
 
     private: // from CCoeControl
@@ -184,6 +185,7 @@
         TInt iMaxRecentUrlsToShow;
         // shows whether search feature is enabled or not.
         TBool iSearchFeature; 
+        CPeriodic* iListScrollTimer;
     };
 
 #endif  // BROWSERADAPTIVELISTPOPUP_H