cellular/telephonysettings/src/PSetCallDivertingDualAffectImpl.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "psetcalldivertingdualaffectimpl.h" 
    20 #include "PSetCallDivertingDualAffectImpl.h"
    21 #include "psetsubscriberidcheck.h" 
    21 #include "PSetSubscriberIdCheck.h"
    22 
    22 
    23 #include <badesca.h>
    23 #include <badesca.h>
    24 #include <etelmm.h>
    24 #include <etelmm.h>
    25 #include <e32math.h>
    25 #include <e32math.h>
       
    26 #include <vmnumber.h>
    26 #include <e32svr.h>
    27 #include <e32svr.h>
    27 #include <featmgr.h>
    28 #include <featmgr.h>
    28 #include <centralrepository.h>
    29 #include <centralrepository.h>
    29 #include <settingsinternalcrkeys.h> 
    30 #include <settingsinternalcrkeys.h>
    30 
    31 
    31 #include "psetcalldiverting.h" 
    32 #include "PsetCallDiverting.h"
    32 #include "psetcontainer.h" 
    33 #include "PsetContainer.h"
    33 #include "mpsetdivertobs.h" 
    34 #include "MPsetDivertObs.h"
    34 #include "psettelephony.h" 
    35 #include "PsetTelephony.h"
    35 #include "psetpanic.h" 
    36 #include "PSetPanic.h"
    36 #include "mpsetrequestobs.h" 
    37 #include "MPsetRequestObs.h"
    37 #include "psetutility.h" 
    38 #include "PSetUtility.h"
    38 #include "phonesettingslogger.h" 
    39 #include "PhoneSettingsLogger.h"
    39 #include "psetsaobserver.h" 
    40 #include "PsetSAObserver.h"
    40 
    41 
    41 //  LOCAL CONSTANTS AND MACROS
    42 //  LOCAL CONSTANTS AND MACROS
    42 _LIT( KPSetIntNbr, "+" );
    43 _LIT( KPSetIntNbr, "+" );
    43 _LIT( KPSNameOfClass, "CPsetCallDiverting" );
    44 _LIT( KPSNameOfClass, "CPsetCallDiverting" );
    44 _LIT( KPhone, "Telephone" );
    45 _LIT( KPhone, "Telephone" );