calendarui/views/src/calenmonthview.cpp
branchRCL_3
changeset 59 aba12c885d83
parent 0 f979ecb2b13e
child 65 12af337248b1
equal deleted inserted replaced
48:bf573002ff72 59:aba12c885d83
   411 CCalenView::TNextPopulationStep CCalenMonthView::ActiveStepL()
   411 CCalenView::TNextPopulationStep CCalenMonthView::ActiveStepL()
   412     {
   412     {
   413     TRACE_ENTRY_POINT;
   413     TRACE_ENTRY_POINT;
   414 
   414 
   415     CCalenMonthContainer* cnt = static_cast<CCalenMonthContainer*>( iContainer );
   415     CCalenMonthContainer* cnt = static_cast<CCalenMonthContainer*>( iContainer );
   416 
   416     if(!cnt)
       
   417         {
       
   418         TRACE_EXIT_POINT;
       
   419         iPopulationStep = EPopulationDone;
       
   420         return CCalenView::EDone;
       
   421         }
       
   422         
   417     switch( iPopulationStep )
   423     switch( iPopulationStep )
   418         {
   424         {
   419         case ENothingDone:
   425         case ENothingDone:
   420             {
   426             {
   421             cnt->PrepareForPopulationL();
   427             cnt->PrepareForPopulationL();