equal
deleted
inserted
replaced
50 |
50 |
51 /** |
51 /** |
52 * Setter function for calendar entry. |
52 * Setter function for calendar entry. |
53 * @param aCalEntry. Calendar Entry. |
53 * @param aCalEntry. Calendar Entry. |
54 */ |
54 */ |
55 void SetCalEntryL(const RPointerArray<CCalEntry>& aCalEntries); |
55 void SetCalEntry(const RPointerArray<CCalEntry>& aCalEntries); |
56 |
56 |
57 /** |
57 /** |
58 * Stores the calendar entry into the calendars selected by the user. |
58 * Stores the calendar entry into the calendars selected by the user. |
59 */ |
59 */ |
60 void StoreCalEntryL(); |
60 void StoreCalEntryL(); |