calendarui/controller/inc/calencmdlinelauncher.h
branchRCL_3
changeset 36 9c5b1510919f
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
    29 
    29 
    30 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    31 class CCalenController;
    31 class CCalenController;
    32 class CCalenGlobalData;
    32 class CCalenGlobalData;
    33 class CAknViewAppUi;
    33 class CAknViewAppUi;
       
    34 class CCalenDialogShutter;
    34 
    35 
    35 // CLASS DEFINITIONS
    36 // CLASS DEFINITIONS
    36 
    37 
    37 /**
    38 /**
    38  * The action ui handles events passed from the controller and delegates
    39  * The action ui handles events passed from the controller and delegates
   143         CCalenGlobalData* iGlobalData;
   144         CCalenGlobalData* iGlobalData;
   144         CCalenController& iController;
   145         CCalenController& iController;
   145         
   146         
   146         TBool iDelayCallBack;
   147         TBool iDelayCallBack;
   147         CAknViewAppUi& iAppUi;
   148         CAknViewAppUi& iAppUi;
       
   149         CCalenDialogShutter* iShutter;
   148     };
   150     };
   149 
   151 
   150 #endif // CALENCMDLINELAUNCHER_H
   152 #endif // CALENCMDLINELAUNCHER_H
   151 
   153 
   152 // End of file
   154 // End of file