calendarui/controller/src/calenpopulationstate.cpp
branchRCL_3
changeset 13 1984aceb8774
parent 11 0f07cd1b5772
child 29 12af337248b1
equal deleted inserted replaced
11:0f07cd1b5772 13:1984aceb8774
    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         }
       
   110 
   102 
   111     TRACE_EXIT_POINT;
   103     TRACE_EXIT_POINT;
   112     return cmdUsed;
   104     return cmdUsed;
   113     }
   105     }
   114 
   106