calendarui/controller/inc/calendeletingstate.h
branchRCL_3
changeset 29 12af337248b1
parent 0 f979ecb2b13e
child 30 bd7edf625bdd
equal deleted inserted replaced
28:96907930389d 29:12af337248b1
     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 
       
    18 
    17 
    19 
    18 
    20 #ifndef CALENDELETINGSTATE_H
    19 #ifndef CALENDELETINGSTATE_H
    21 #define CALENDELETINGSTATE_H
    20 #define CALENDELETINGSTATE_H
    22 
    21 
    34         static CCalenDeletingState* NewLC( CCalenController& aController,
    33         static CCalenDeletingState* NewLC( CCalenController& aController,
    35                                                     RHashSet<TCalenNotification>& aOutstandingNotifications );
    34                                                     RHashSet<TCalenNotification>& aOutstandingNotifications );
    36         ~CCalenDeletingState();
    35         ~CCalenDeletingState();
    37         
    36         
    38     public:
    37     public:
    39         // From CCalenState
    38         // From CCCalenState
    40         TBool HandleCommandL( const TCalenCommand& aCommand,
    39         TBool HandleCommandL( const TCalenCommand& aCommand,
    41                              CCalenStateMachine& aStateMachine );
    40                              CCalenStateMachine& aStateMachine );
    42         void HandleNotificationL(const TCalenNotification& aNotification,
    41         void HandleNotificationL(const TCalenNotification& aNotification,
    43 							  CCalenStateMachine& aStateMachine ); 
    42 							  CCalenStateMachine& aStateMachine ); 
    44         
    43