phoneapp/phoneuicontrol/inc/cphonestatecallsetup.h
changeset 65 2a5d4ab426d3
parent 50 377c906a8701
child 74 d1c62c765e48
--- a/phoneapp/phoneuicontrol/inc/cphonestatecallsetup.h	Mon Aug 23 15:42:12 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestatecallsetup.h	Fri Sep 03 13:33:36 2010 +0300
@@ -103,9 +103,8 @@
         /**
         * Upadated CBAs
         */
-        IMPORT_C virtual void UpdateCbaL( TInt aResource );    
+        IMPORT_C virtual void UpdateCbaL( TInt aResource );
         
-                
     private:
 
         /**
@@ -121,11 +120,6 @@
         void HandleIdleL( TInt aCallId );
 
         /**
-        * A message handling function for message EPEMessageRemoteTerminated
-        */
-        void HandleRemoteTerminatedL( TInt aCallId );
-        
-        /**
         * Handle EPEMessageAudioOutputChanged
         */
         void HandleAudioOutputChangedL();
@@ -157,14 +151,13 @@
         void PlayKeySpecificDTMF( const TUint aCode );
              
     private:
-                
+        
         /**
         * Special timer for preventing recursive calls
         * which would otherwise occur with multiple
         * wait characters in a DTMF string.
         */
         CPhoneDtmfWaitCharTimer* iDtmfWaitCharTimer;
-         
     };
 
 #endif // CPHONESTATECALLSETUP