radioapp/radioenginewrapper/inc/radioenginewrapper.h
changeset 19 afea38384506
parent 16 f54ebcfc1b80
child 37 451b2e1545b2
--- a/radioapp/radioenginewrapper/inc/radioenginewrapper.h	Mon May 03 12:31:41 2010 +0300
+++ b/radioapp/radioenginewrapper/inc/radioenginewrapper.h	Fri May 14 15:52:32 2010 +0300
@@ -26,7 +26,7 @@
 
 // Forward declarations
 class RadioEngineWrapperPrivate;
-class RadioSettings;
+class RadioSettingsIf;
 class RadioStationHandlerIf;
 class RadioEngineWrapperObserver;
 
@@ -55,7 +55,7 @@
     /**
      * Getters for things owned by the engine
      */
-    RadioSettings& settings();
+    RadioSettingsIf& settings();
 
     /**
      * Getters for region and other region dependent settings
@@ -85,7 +85,7 @@
      * Audio update command functions for the engine
      */
     void setVolume( int volume );
-    void toggleMute();
+    void setMute( bool muted );
     void toggleAudioRoute();
 
     void startSeeking( Seeking::Direction direction, const int reason = TuneReason::Unspecified );