calendarui/controller/src/calenpopulationstate.cpp
branchRCL_3
changeset 13 0f07cd1b5772
parent 0 f979ecb2b13e
child 19 1984aceb8774
equal deleted inserted replaced
12:38571fd2a704 13:0f07cd1b5772
    97         SetCurrentState( aStateMachine, CCalenStateMachine::ECalenIdleState );
    97         SetCurrentState( aStateMachine, CCalenStateMachine::ECalenIdleState );
    98         ActivateCurrentStateL(aStateMachine);
    98         ActivateCurrentStateL(aStateMachine);
    99         RequestCallbackL( handler, aCommand );
    99         RequestCallbackL( handler, aCommand );
   100         cmdUsed = ETrue;
   100         cmdUsed = ETrue;
   101         }
   101         }
       
   102     
       
   103     else if( ECalenEventView == cmd )
       
   104         {
       
   105         SetCurrentState( aStateMachine, CCalenStateMachine::ECalenIdleState );
       
   106         ActivateCurrentStateL(aStateMachine);
       
   107         RequestCallbackL( handler, aCommand );
       
   108         cmdUsed = ETrue;
       
   109         }
   102 
   110 
   103     TRACE_EXIT_POINT;
   111     TRACE_EXIT_POINT;
   104     return cmdUsed;
   112     return cmdUsed;
   105     }
   113     }
   106 
   114