psln/Inc/PslnBaseView.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
--- a/psln/Inc/PslnBaseView.h	Wed Apr 14 16:14:00 2010 +0300
+++ b/psln/Inc/PslnBaseView.h	Tue Apr 27 16:55:05 2010 +0300
@@ -99,12 +99,6 @@
         * Handles list box selections.
         */
         virtual void HandleListBoxSelectionL() = 0;
-                
-        /**
-        * Called by HandleListBoxEventL.
-        * Handles list box item highlight events.
-        */
-        virtual void HandleListBoxItemHighlightL() = 0;
 
         /**
         * Adds given resource text as MSK to CBA.
@@ -137,18 +131,6 @@
         */
         virtual TInt CbaResourceId( const TVwsViewId& aPrevViewId,TUid aCustomMessageId );
         
-        /**
-        * Called by HandleListBoxEventL.
-        * Handles list box stylus down event.
-        */
-        virtual void HandleListBoxStylusDown();
-        
-        /**
-        * Called by HandleListBoxEventL.
-        * Handles list box stylus move event.
-        */
-        virtual void HandleListBoxStylusDrag();
-        
     private:
 
         /* Remove container. */