phoneapp/phoneuistates/inc/cphonegsmincall.h
changeset 77 2be0b271d017
parent 37 ba76fc04e6c2
--- a/phoneapp/phoneuistates/inc/cphonegsmincall.h	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonegsmincall.h	Mon Oct 04 00:16:48 2010 +0300
@@ -90,42 +90,13 @@
         * Bring call handling to foreground when moved to incoming state
         **/        
         void BringIncomingToForegroundL();
-       
-        /**
-        * Get allow waiting call header value.
-        */
-        void AllowShowingOfWaitingCallHeaderL( 
-            TPhoneCmdParamBoolean& aCommandParam );
-        
-        /**
-        * Indicates when the Phone app is in the foreground.
-        */    
-        IMPORT_C void HandlePhoneForegroundEventL();
-        
-        /**
-        * Show hold/connected note 
-        */
-        void HandleHoldNoteL( TInt aCallId, TBool aHold );
-        
-        
-        /**
-        * Setter for divert indication showing in bubble.
-        * @param aDivertIndication ETrue to show divert indication,
-        *        EFalse to not. Usually setting EFalse isn't necessary
-        *        as it's a default value in bubble creation.
-        */
-        IMPORT_C void SetDivertIndication(
-            const TBool aDivertIndication );
-        
+
     private:
     
         void ReplaceCallL();
-        /**
-        * Handles divert indication 
-        */
-        void HandeDivertIndicationL();
+
     };
 
 #endif // CPHONEGSMINCALL_H
 
-// End of File
\ No newline at end of file
+// End of File