equal
deleted
inserted
replaced
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 // ----------------------------------------------------------------------------- |