phoneengine/audiohandling/inc/cpegsmaudiodata.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneengine/audiohandling/inc/cpegsmaudiodata.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/audiohandling/inc/cpegsmaudiodata.h	Wed Sep 01 12:30:10 2010 +0100
@@ -64,7 +64,7 @@
         */
         IMPORT_C static CPEGsmAudioData* NewL( MPEPhoneModelInternal& aPhoneModel,
                                                RFs& aFsSession );                                  
-           
+		   
                                                
         /**
         * Two-phased constructor for testing purposes
@@ -99,7 +99,7 @@
         * Plays the given dtmf tone
         * @since Series60_2.7
         * @param  aTone, dtmf tone to be played
-        * @param  aVolume, dtmf tones volume
+		* @param  aVolume, dtmf tones volume
         * @return None.  
         */
         IMPORT_C void PlayDtmfTone( const TChar& aTone ) const; 
@@ -130,7 +130,7 @@
 
     protected:  // From CPEAudioData
         
-        void DoHandleVolumeChange( TInt aVolume, TBool aSendMsg=EFalse );
+        void DoHandleVolumeChange( TInt aVolume );
     
     private:
         /**