uiservicetab/vimpstui/src/cvimpstuisinglestylelistbox.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
    17 
    17 
    18 
    18 
    19 #include "cvimpstuisinglestylelistbox.h"
    19 #include "cvimpstuisinglestylelistbox.h"
    20 #include "cvimpstuilistboxmodel.h"
    20 #include "cvimpstuilistboxmodel.h"
    21 #include <aknlists.h>
    21 #include <aknlists.h>
       
    22 #include "uiservicetabtracer.h"
    22 
    23 
    23 // ======== MEMBER FUNCTIONS ========
    24 // ======== MEMBER FUNCTIONS ========
    24 
    25 
    25 // ---------------------------------------------------------------------------
    26 // ---------------------------------------------------------------------------
    26 // CVIMPSTUiListBox::CreateModelL
    27 // CVIMPSTUiListBox::CreateModelL
    43 // ConstructL has to be called before calling this
    44 // ConstructL has to be called before calling this
    44 // ---------------------------------------------------------------------------
    45 // ---------------------------------------------------------------------------
    45 //
    46 //
    46 void CVIMPSTUiSingleStyleListBox::SetContactListModelL(MVIMPSTProcessArray& aContactListModel )
    47 void CVIMPSTUiSingleStyleListBox::SetContactListModelL(MVIMPSTProcessArray& aContactListModel )
    47     {
    48     {
       
    49 	TRACER_AUTO;
    48     if ( iModel )
    50     if ( iModel )
    49         {
    51         {
    50         static_cast<CVIMPSTUiListBoxModel*>(iModel)->SetContactListModel( aContactListModel );
    52         static_cast<CVIMPSTUiListBoxModel*>(iModel)->SetContactListModel( aContactListModel );
    51         }
    53         }
    52     }
    54     }