calendarui/controller/inc/calendeletingstate.h
changeset 89 b57382753122
parent 18 c198609911f9
equal deleted inserted replaced
83:5aadd1120515 89:b57382753122
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Calendar state machine
    14 * Description:   Calendar state machine
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 
    18 
    18 
    19 
    19 #ifndef CALENDELETINGSTATE_H
    20 #ifndef CALENDELETINGSTATE_H
    20 #define CALENDELETINGSTATE_H
    21 #define CALENDELETINGSTATE_H
    21 
    22 
    33         static CCalenDeletingState* NewLC( CCalenController& aController,
    34         static CCalenDeletingState* NewLC( CCalenController& aController,
    34                                                     RHashSet<TCalenNotification>& aOutstandingNotifications );
    35                                                     RHashSet<TCalenNotification>& aOutstandingNotifications );
    35         ~CCalenDeletingState();
    36         ~CCalenDeletingState();
    36         
    37         
    37     public:
    38     public:
    38         // From CCCalenState
    39         // From CCalenState
    39         TBool HandleCommandL( const TCalenCommand& aCommand,
    40         TBool HandleCommandL( const TCalenCommand& aCommand,
    40                              CCalenStateMachine& aStateMachine );
    41                              CCalenStateMachine& aStateMachine );
    41         void HandleNotificationL(const TCalenNotification& aNotification,
    42         void HandleNotificationL(const TCalenNotification& aNotification,
    42 							  CCalenStateMachine& aStateMachine ); 
    43 							  CCalenStateMachine& aStateMachine ); 
    43         
    44