uiservicetab/vimpstutils/src/vimpstutilsnotemapper.cpp
branchRCL_3
changeset 9 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
8:796276a1bdcc 9:9fdee5e1da30
    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 );