21 #include "vimpstutilsdialog.h" |
21 #include "vimpstutilsdialog.h" |
22 #include "vimpstallerrors.h" |
22 #include "vimpstallerrors.h" |
23 #include <vimpstuires.rsg> |
23 #include <vimpstuires.rsg> |
24 #include <StringLoader.h> |
24 #include <StringLoader.h> |
25 #include <eikenv.h> |
25 #include <eikenv.h> |
|
26 #include "uiservicetabtracer.h" |
26 |
27 |
27 |
28 |
28 |
29 |
29 // --------------------------------------------------------- |
30 // --------------------------------------------------------- |
30 // VIMPSTUtilsNoteMapper::ShowNoteL |
31 // VIMPSTUtilsNoteMapper::ShowNoteL |
31 // (other items were commented in a header). |
32 // (other items were commented in a header). |
32 // --------------------------------------------------------- |
33 // --------------------------------------------------------- |
33 // |
34 // |
34 EXPORT_C void VIMPSTUtilsNoteMapper::ShowNoteL( const TInt aErrorCode, const TDesC& aAdditionalData ) |
35 EXPORT_C void VIMPSTUtilsNoteMapper::ShowNoteL( const TInt aErrorCode, const TDesC& aAdditionalData ) |
35 { |
36 { |
|
37 TRACER_AUTO; |
36 TBool ignoreAdditionalData( EFalse ); // Some logical strings are without parameters... |
38 TBool ignoreAdditionalData( EFalse ); // Some logical strings are without parameters... |
37 TBool errorNote( ETrue ); |
39 TBool errorNote( ETrue ); |
38 TBool defaultNote( EFalse ); |
40 TBool defaultNote( EFalse ); |
39 TInt resourceID( 0 ); |
41 TInt resourceID( 0 ); |
40 TBool confirmationNote( EFalse ); |
42 TBool confirmationNote( EFalse ); |