calendarui/multicaluidialog/inc/multicaluidialogmodel.h
branchRCL_3
changeset 28 96907930389d
parent 0 f979ecb2b13e
equal deleted inserted replaced
27:aba12c885d83 28:96907930389d
    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 SetCalEntry(const RPointerArray<CCalEntry>& aCalEntries);
    55         void SetCalEntryL(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();