diff -r 38529f706030 -r 544e34b3255a phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h --- a/phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h Wed Mar 31 21:30:06 2010 +0300 +++ b/phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h Wed Apr 14 15:56:42 2010 +0300 @@ -72,6 +72,10 @@ void SetIhfFlag( TPhoneCommandParam* aCommandParam ); + void SetWiredAccFlag( TPhoneCommandParam* aCommandParam ); + + void SetCallInProgressFlag( TPhoneCommandParam* aCommandParam ); + /** * Dims (greys out) or undims all toolbar items. * @@ -110,7 +114,15 @@ * @param aToolbar The toolbar object pointer */ void DynInitToolbarL( TInt aResourceId, CAknToolbar* aToolbar ); - + +protected: + /** + * Constructor. + * + * @param aCoeEnv + */ + CPhoneToolbarController( CCoeEnv& aCoeEnv ); + private: /** @@ -131,12 +143,6 @@ /** - * Constructor. - * - * @param aCoeEnv - */ - CPhoneToolbarController( CCoeEnv& aCoeEnv ); - /** * Symbian 2nd phase constructor. * */ @@ -169,6 +175,10 @@ TBool iMuteFlag; TBool iIhfFlag; + + TBool iWiredAccFlag; + + TBool iCallInProgress; };