phoneuis/TelephonyDeviceMode/inc/CTelDMAudioAccessoryListener.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneuis/TelephonyDeviceMode/inc/CTelDMAudioAccessoryListener.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneuis/TelephonyDeviceMode/inc/CTelDMAudioAccessoryListener.h	Wed Sep 01 12:30:10 2010 +0100
@@ -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.