diff -r 94dc1107e8b2 -r 40a3f856b14d phoneengine/phonemodel/inc/cpemessagehandler.h --- a/phoneengine/phonemodel/inc/cpemessagehandler.h Thu Jul 15 18:38:16 2010 +0300 +++ b/phoneengine/phonemodel/inc/cpemessagehandler.h Thu Aug 19 09:54:27 2010 +0300 @@ -836,6 +836,9 @@ TBool iEmergencyCallActive; // TBool iBtaaDisconnected; + // Flag to associate switch to vid/voice call operation and video call's reconnect operation. + // Use to fetch the right SwitchToNumber. + TBool iSwitchToVidCalReconFlag; //Client Information, member variable because emergency call from phone client //is not allowed to allocate memory. CPEClientInformation* iClientInformation;