fmradio/fmradio/inc/fmradiochannellistview.h
branchRCL_3
changeset 13 4f2584af5a29
parent 6 3cb097cb90f8
--- a/fmradio/fmradio/inc/fmradiochannellistview.h	Tue May 25 12:42:49 2010 +0300
+++ b/fmradio/fmradio/inc/fmradiochannellistview.h	Wed Jun 09 09:42:10 2010 +0300
@@ -204,6 +204,15 @@
          */
         void StopSeekL();
         
+        /**
+        * Interprets view's menu,softkey and other commands and acts 
+        * accordingly by calling the appropriate command handler 
+        * function for further action.
+        * @since 2.6
+        * @param aCommand the command to process
+        */
+        void HandleCommandL( TInt aCommand );
+        
      private: // Functions from base classes
         /**
         * Activate the channel list view
@@ -216,14 +225,6 @@
         */
         void DoDeactivate();
         /**
-        * Interprets view's menu,softkey and other commands and acts 
-        * accordingly by calling the appropriate command handler 
-        * function for further action.
-        * @since 2.6
-        * @param aCommand the command to process
-        */
-        void HandleCommandL( TInt aCommand );
-        /**
         * From MCoeControlObserver, control event observing. In this case,
         * the user selection from the list is reported by container class
         * and observed here.