equal
deleted
inserted
replaced
23 |
23 |
24 #include "creator_modulebase.h" |
24 #include "creator_modulebase.h" |
25 |
25 |
26 class CCreatorModuleBaseParameters; |
26 class CCreatorModuleBaseParameters; |
27 |
27 |
28 class CCreatorCalendarBase : public CBase, public MCreatorModuleBase{ |
28 class CCreatorCalendarBase : public CCreatorModuleBase{ |
29 public: |
29 public: |
30 |
30 |
31 |
31 |
32 //An appointment, which has a start time and end time. EAppt. |
32 //An appointment, which has a start time and end time. EAppt. |
33 virtual TInt CreateAppointmentEntryL(CCreatorModuleBaseParameters *aParameters) = 0; |
33 virtual TInt CreateAppointmentEntryL(CCreatorModuleBaseParameters *aParameters) = 0; |