calendarui/views/src/calenicondrawer.cpp
branchRCL_3
changeset 23 51372538e3d3
parent 15 9711e452b5e9
child 27 aba12c885d83
equal deleted inserted replaced
22:07e82e2b738b 23:51372538e3d3
    22 
    22 
    23 // User includes
    23 // User includes
    24 #include "calenicondrawer.h"
    24 #include "calenicondrawer.h"
    25 
    25 
    26 #include <calenservices.h>
    26 #include <calenservices.h>
       
    27 #include <CalenUid.h> 
    27 
    28 
    28 // System includes
    29 // System includes
    29 #include <fbs.h>
    30 #include <fbs.h>
    30 #include <eikapp.h>
    31 #include <eikapp.h>
    31 
    32 
   345     CleanupStack::PushL( icons );
   346     CleanupStack::PushL( icons );
   346     icons->SetReserveL( iconCount );
   347     icons->SetReserveL( iconCount );
   347 
   348 
   348     for( TInt i=0; i<iconCount; ++i )
   349     for( TInt i=0; i<iconCount; ++i )
   349         {
   350         {
   350         icons->AppendL( iServices.GetIconL( static_cast<MCalenServices::TCalenIcons>(aIndexArray[i] ) ));
   351         icons->AppendL( iServices.GetIconL( static_cast<MCalenServices::TCalenIcons>(aIndexArray[i] ), KCalenMissedEventViewUidValue )); 
   351         }
   352         }
   352     CleanupStack::Pop( icons );
   353     CleanupStack::Pop( icons );
   353 
   354 
   354     TRACE_EXIT_POINT;
   355     TRACE_EXIT_POINT;
   355     return icons;
   356     return icons;