radioengine/engine/inc/cradioengineimp.h
changeset 41 3a6b55c6390c
parent 28 075425b8d9a4
child 54 a8ba0c289b44
--- a/radioengine/engine/inc/cradioengineimp.h	Tue Jul 06 14:16:27 2010 +0300
+++ b/radioengine/engine/inc/cradioengineimp.h	Wed Aug 18 09:49:03 2010 +0300
@@ -30,7 +30,6 @@
 #include "radioenginedef.h"
 
 // Forward declarations
-class CRadioPubSub;
 class CRadioRdsReceiverBase;
 class CRadioNetworkInfoListener;
 class MRadioEngineSettings;
@@ -111,27 +110,11 @@
         ERadioEventFmTransmitter
         };
 
-    /**
-     * Possible radio scan events.
-     */
-    enum TRadioScanEvent
-        {
-        /**
-         * Scanning found a valid frequency.
-         */
-        ERadioEventFrequencyScanned,
-
-        /**
-         * Scanning is completed.
-         */
-        ERadioEventScanCompleted
-
-        };
-
     enum TRadioInitialisationState
         {
         ERadioNotInitialized,
         ERadioUtilitiesConstructed,
+        ERadioTunerControlRequested,
         ERadioTunerControlGranted
         };
 
@@ -172,6 +155,11 @@
     void PowerOff();
 
     /**
+     * Requests tuner control from tuner utility
+     */
+    void RequestTunerControl();
+
+    /**
      * Converts region code used internally by Visual Radio
      * in to a frequency range by tuner ( TFmRadioFrequencyRange )
      *