diff -r ff3b6d0fd310 -r ae8abd0db65c cellular/telephonysettings/src/PSetCallDivertingBasicImpl.cpp --- a/cellular/telephonysettings/src/PSetCallDivertingBasicImpl.cpp Tue Feb 02 01:11:09 2010 +0200 +++ b/cellular/telephonysettings/src/PSetCallDivertingBasicImpl.cpp Fri Mar 19 09:40:14 2010 +0200 @@ -17,26 +17,28 @@ // INCLUDE FILES -#include "PSetCallDivertingBasicImpl.h" +#include "PSetCallDivertingBasicImpl.h" #include #include #include -#include +// <-- QT PHONE START --> +//#include +// <-- QT PHONE END--> #include #include #include -#include +#include -#include "PsetCallDiverting.h" -#include "PsetContainer.h" -#include "MPsetDivertObs.h" -#include "PsetTelephony.h" -#include "PSetPanic.h" -#include "MPsetRequestObs.h" -#include "PSetUtility.h" -#include "PhoneSettingsLogger.h" -#include "PsetSAObserver.h" +#include "psetcalldiverting.h" +#include "psetcontainer.h" +#include "mpsetdivertobs.h" +#include "PsetTelephony.h" +#include "PSetPanic.h" +#include "mpsetrequestobs.h" +#include "PSetUtility.h" +#include "PhoneSettingsLogger.h" +#include "psetsaobserver.h" // LOCAL CONSTANTS AND MACROS _LIT( KPSetIntNbr, "+" ); @@ -203,7 +205,11 @@ __PHSLOGSTRING("[PHS]--> CPSetCallDivertingBasicImpl::RunL: EPSetChangeDivert" ); //Notify Observer iDivertStatus.iStatus = PSetUtility::GetChangeInfoStatus( iChangeInfo.iAction ); - +// <-- QT PHONE START --> + iDivertStatus.iNumber = iChangeInfo.iNumber.iTelNumber; + iDivertStatus.iCondition = PSetUtility::GetDivertReason(iReason); + iDivertStatus.iNoReplyTimer = iChangeInfo.iTimeout; +// <-- QT PHONE END --> // Check is done because of VOIP notification functionality(PSetNotesUI). if ( iVoiceDivert && !iVideoDivert ) {