equal
deleted
inserted
replaced
30 { |
30 { |
31 INSTALL_TRACE_MSG_HANDLER; |
31 INSTALL_TRACE_MSG_HANDLER; |
32 DPRINT << ": IN"; |
32 DPRINT << ": IN"; |
33 |
33 |
34 // Create guarded objects |
34 // Create guarded objects |
35 m_localisation.reset(new CpPhoneLocalisation); |
35 m_localisation.reset(new PhoneLocalisation); |
36 m_networkStatus.reset(new CpNetworkStatus); |
36 m_networkStatus.reset(new CpNetworkStatus); |
37 |
37 |
38 // Install required translations |
38 // Install required translations |
39 m_localisation->installTranslator( |
39 m_localisation->installTranslator( |
40 CpPhoneLocalisation:: |
40 PhoneLocalisation:: |
41 TranslationFileCommon); |
41 TranslationFileCommon); |
42 |
42 |
43 DPRINT << ": OUT"; |
43 DPRINT << ": OUT"; |
44 } |
44 } |
45 |
45 |