diff -r 2a26698d78ba -r 38529f706030 phoneapp/phoneuivoipextension/inc/cphonevcchandler.h --- a/phoneapp/phoneuivoipextension/inc/cphonevcchandler.h Mon Mar 15 12:40:24 2010 +0200 +++ b/phoneapp/phoneuivoipextension/inc/cphonevcchandler.h Wed Mar 31 21:30:06 2010 +0300 @@ -68,7 +68,12 @@ RArray& aArray, TInt aResourceId, CEikMenuPane& aMenuPane ); - + + /** + * CancelHandoverNoteTimer if running + */ + void CancelHandoverNoteTimerL(); + protected: CPhoneVccHandler( @@ -85,11 +90,6 @@ void StartHandoverNoteTimerL(); /** - * CancelHandoverNoteTimer if running - */ - void CancelHandoverNoteTimerL(); - - /** * Callback function for launching Handover wait note * This is called when HO note timer timeout is * reached @@ -108,7 +108,7 @@ */ void HandoverInProgressNoteL( TInt aCommand ); - // From MVccPsPropertyListenerObserver +// From MVccPsPropertyListenerObserver /** * Gets called when PS key is changed * @param aKeyId @@ -157,8 +157,14 @@ // Handover not allowed if multicall TBool iNoHoIfMultiCall; - // Listens for the hand-over commands - CVccUiPsPropertyListener* iPropListener; + // Listens for the hand-over status commands + CVccUiPsPropertyListener* iPropListener; + + // Listens for the hand-over request commands + CVccUiPsPropertyListener* iPropListenerReq; + + // Status of Handover failure + TBool iHOFailure; }; #endif // C_CPHONEVCCHANDLER_H