phoneengine/phonemodel/src/cpecenrepmonitor.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    54         TUid aRepositoryUid
    54         TUid aRepositoryUid
    55         )
    55         )
    56     {
    56     {
    57     // Create repository instance
    57     // Create repository instance
    58     iRepository = CRepository::NewL( aRepositoryUid );
    58     iRepository = CRepository::NewL( aRepositoryUid );
    59 
       
    60     // Store current value
       
    61     UpdateL();
       
    62 
       
    63     // Start monitoring
    59     // Start monitoring
    64     SubmitNotifyRequestL();
    60     SubmitNotifyRequestL();
    65     }
    61     }
    66 
    62 
    67 // -----------------------------------------------------------------------------
    63 // -----------------------------------------------------------------------------