calendarui/controller/src/calenpopulationstate.cpp
changeset 18 c198609911f9
parent 0 f979ecb2b13e
child 51 0b38fc5b94c6
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
     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 // includes
    19 // includes
    21 #include "calenpopulationstate.h"
    20 #include "calenpopulationstate.h"
    22 #include "calendarui_debug.h"           // Debug macros
    21 #include "calendarui_debug.h"           // Debug macros
    23 #include "calencontroller.h"
    22 #include "calencontroller.h"
    24 #include "calenstatemachine.h"
    23 #include "calenstatemachine.h"
    25 #include "calennotifier.h"
    24 #include "calennotifier.h"
    26 
    25 
    27 // ----------------------------------------------------------------------------
    26 // ----------------------------------------------------------------------------
    28 // CCalenPopulationState::NewLC
    27 // CalenPopulationState::NewLC
    29 // First stage construction
    28 // First stage construction
    30 // ----------------------------------------------------------------------------
    29 // ----------------------------------------------------------------------------
    31 CCalenPopulationState* CCalenPopulationState::NewLC( CCalenController& aController,
    30 CCalenPopulationState* CCalenPopulationState::NewLC( CCalenController& aController,
    32                                                     RHashSet<TCalenNotification>& aOutstandingNotifications )
    31                                                     RHashSet<TCalenNotification>& aOutstandingNotifications )
    33     {
    32     {