coreapplicationuis/SysAp/Src/SysApSimChanged.cpp
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 28 b0b858956ed5
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "SysApSimChanged.h"
    20 #include "SysApSimChanged.h"
    21 #include "SysApAppUi.h"
    21 #include "SysApAppUi.h"
    22 #include <settingsinternalcrkeys.h>
    22 #include <settingsinternalcrkeys.h>
    23 #include <LogsDomainCRKeys.h>
    23 //#include <LogsDomainCRKeys.h>
    24 #include <logcli.h>
    24 #include <logcli.h>
    25 #include <centralrepository.h>
    25 #include <centralrepository.h>
    26 const TInt KPSetDefaultCFTimer = 30;
    26 const TInt KPSetDefaultCFTimer = 30;
    27 #include <RSSSettings.h>
    27 #include <RSSSettings.h>
    28 #include <startupdomainpskeys.h>
    28 #include <startupdomainpskeys.h>
    69 // CSysApSimChanged::ClearRepositoriesL()
    69 // CSysApSimChanged::ClearRepositoriesL()
    70 // -----------------------------------------------------------------------------
    70 // -----------------------------------------------------------------------------
    71 
    71 
    72 void CSysApSimChanged::ClearRepositoriesL()
    72 void CSysApSimChanged::ClearRepositoriesL()
    73     {
    73     {
       
    74     const TUid KCRUidLogs = {0x101F874E};
       
    75     /**
       
    76     * Informs the Logs application about the amount of new missed calls.
       
    77     * Integer type
       
    78     **/
       
    79     const TUint32 KLogsNewMissedCalls = 0x00000006;
    74     TRACES( RDebug::Print( _L("CSysApSimChanged::ClearRepositoriesL(): opening KCRUidCallForwarding") ) );
    80     TRACES( RDebug::Print( _L("CSysApSimChanged::ClearRepositoriesL(): opening KCRUidCallForwarding") ) );
    75     
    81     
    76     CRepository* repository = CRepository::NewL( KCRUidCallForwarding );
    82     CRepository* repository = CRepository::NewL( KCRUidCallForwarding );
    77     
    83     
    78     repository->Set( KSettingsCFDefaultNumber1, KNullDesC );
    84     repository->Set( KSettingsCFDefaultNumber1, KNullDesC );