phoneuis/TelephonyDeviceMode/inc/CTelDMAudioAccessoryListener.h
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 62 5266b1f337bd
--- a/phoneuis/TelephonyDeviceMode/inc/CTelDMAudioAccessoryListener.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneuis/TelephonyDeviceMode/inc/CTelDMAudioAccessoryListener.h	Tue Aug 31 15:14:29 2010 +0300
@@ -21,7 +21,7 @@
 
 //  INCLUDE FILES   
 #include <MTelephonyAudioRoutingObserver.h>
-#include "MTelDMAccessory.h"
+#include "mteldmaccessory.h"
 
 // FORWARD DECLARATIONS
 
@@ -35,8 +35,8 @@
 * @since 3.1
 */
 NONSHARABLE_CLASS( CTelDMAudioAccessoryListener ): public CBase,
-						  public MTelDMAccessory,
-						  public MTelephonyAudioRoutingObserver
+                          public MTelDMAccessory,
+                          public MTelephonyAudioRoutingObserver
     {
     public: // constructor & destructor
 
@@ -54,24 +54,24 @@
         /**
         * See MTelDMAccessory
         */
-		TBool IsAccessoryAttached();
-		
-		/**
-		* See MTelDMAccessory
-		*/
-		TBool IsAnyActiveAccessory();
-	
-	public: //from 	MTelephonyAudioRoutingObserver 
-	
-		void AvailableOutputsChanged( CTelephonyAudioRouting& 
-												aTelephonyAudioRouting);
-		
-		void OutputChanged( CTelephonyAudioRouting& 
-										aTelephonyAudioRouting);
-		
-		void SetOutputComplete( CTelephonyAudioRouting& 
-											aTelephonyAudioRouting, 
-											TInt aError); 
+        TBool IsAccessoryAttached();
+        
+        /**
+        * See MTelDMAccessory
+        */
+        TBool IsAnyActiveAccessory();
+    
+    public: //from  MTelephonyAudioRoutingObserver 
+    
+        void AvailableOutputsChanged( CTelephonyAudioRouting& 
+                                                aTelephonyAudioRouting);
+        
+        void OutputChanged( CTelephonyAudioRouting& 
+                                        aTelephonyAudioRouting);
+        
+        void SetOutputComplete( CTelephonyAudioRouting& 
+                                            aTelephonyAudioRouting, 
+                                            TInt aError); 
     private: // Constructor
         
         /** c++ constructor */
@@ -83,7 +83,7 @@
         
     private: 
     
-    	// Array of available outputs         
+        // Array of available outputs         
         RArray<CTelephonyAudioRouting::TAudioOutput> iOutputArray;
         
         // Current accessory mode.