phoneengine/audiohandling/inc/cpeaudioinbandtoneplayer.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneengine/audiohandling/inc/cpeaudioinbandtoneplayer.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/audiohandling/inc/cpeaudioinbandtoneplayer.h	Fri Mar 19 09:28:42 2010 +0200
@@ -72,7 +72,7 @@
 
         /**
         * Plays given tone. Originates from CCP plugin.
-		* @param aTone inband tone needed to play
+        * @param aTone inband tone needed to play
         */
         void PlayInbandTone( TCCPTone aTone );
 
@@ -104,26 +104,26 @@
 
         /**
         * Playes current tone.
-		* @since Series60_2.7
-		* @param None.
+        * @since Series60_2.7
+        * @param None.
         * @return None.
-		*/
+        */
         void PlayCurrentTone();
 
-		//From MMdaAudioToneObserver
+        //From MMdaAudioToneObserver
         /**
         * Handles completion of preparation.
-		* @since Series60_2.7
-		* @param aError Isn't used.
+        * @since Series60_2.7
+        * @param aError Isn't used.
         * @return None.
         */
         void MatoPrepareComplete( TInt aError );
 
-		//From MMdaAudioToneObserver
+        //From MMdaAudioToneObserver
         /**
         * Handles completion of playing.
-		* @since Series60_2.7
-		* @param aError Isn't used.
+        * @since Series60_2.7
+        * @param aError Isn't used.
         * @return None.
         */
         void MatoPlayComplete( TInt aError );
@@ -146,12 +146,12 @@
 
         // Currently playing, NULL or tone sequence.
         CPEAudioToneUtility* iCurrent;
-		//Member variable for inband tone
-		TCCPTone iToneName;
+        //Member variable for inband tone
+        TCCPTone iToneName;
         // Owner of this object
         CPEAudioData& iOwner;
         // Current volume setting.
-		//NetworkBusy sequence
+        //NetworkBusy sequence
         HBufC8* iResourceBusySeq;
         //NetworkBusy sequence
         HBufC8* iResourceReorderSeq;