mpxmusicplayer/app/inc/mpxappui.h
branchRCL_3
changeset 21 a1247965635c
parent 0 ff3acec5bc43
--- a/mpxmusicplayer/app/inc/mpxappui.h	Wed Apr 14 15:54:18 2010 +0300
+++ b/mpxmusicplayer/app/inc/mpxappui.h	Tue Apr 27 16:34:37 2010 +0300
@@ -307,7 +307,7 @@
      *
      * @param aParameter AIW parameter passed in by other applications
      */
-    TBool IsBrowserClosed(const TDesC8& aParameter);
+    TBool IsBrowserClosedL(const TDesC8& aParameter);
 
     /**
      * Brings the browser to the foreground.
@@ -658,17 +658,17 @@
      *
      *  @param aVolume volume value.
      */
-    void SetVolume( const TInt aVolume );
+    void SetVolumeL( const TInt aVolume );
 
     /**
      *  Mutes the playback volume.
      */
-    void MuteVolume();
+    void MuteVolumeL();
 
     /**
      *  Unmutes the playback volume.
      */
-    void UnMuteVolume();
+    void UnMuteVolumeL();
 
     /**
      *  Translates Playback commands to MPX commands
@@ -681,7 +681,7 @@
     *
     *  @param music player need memory
     */
-    void CheckAvailableMemory( TInt aNeedMemory );
+    void CheckAvailableMemoryL( TInt aNeedMemory );
 
 #ifdef FF_OOM_MONITOR2_COMPONENT
     /**