diff -r 0f07cd1b5772 -r 1984aceb8774 calendarui/globaldata/inc/calencontextimpl.h --- a/calendarui/globaldata/inc/calencontextimpl.h Mon Mar 15 12:40:18 2010 +0200 +++ b/calendarui/globaldata/inc/calencontextimpl.h Wed Mar 31 21:29:10 2010 +0300 @@ -214,6 +214,32 @@ * @brief Resets calendar file name in context */ void ResetCalendarFileName(); + /** + * @brief Set calendar file name of Alarm entry in context + */ + void SetCalAlarmEntryFileNameL(const TDesC& aName); + + /** + * @brief Get calendar filename + * + * @return HBufC pointer to calendar filename of Alarm entry + */ + HBufC* GetCalAlarmEntryFileNameL() const; + + /** + * @brief Resets Alarm Entry calendar file name in context + */ + void ResetCalAlarmEntryFileName(); + + /** + * @brief set Alarm Entry LocalUid in context + */ + void SetCalAlarmEntryLocalUid(TCalLocalUid aLocalId); + + /** + * @brief Get Alarm Entry LocalUid from context + */ + TCalLocalUid CalAlarmLocalUidL() const; private: // Data MCalenContextChangeObserver* iObserver; @@ -227,6 +253,8 @@ // Multiple context ids RArray iMutlipleContextIds; HBufC* iCalenFileName; + HBufC* iCalAlarmEntryFileName; + TCalLocalUid iCalAlarmLocalUid; }; #endif // CALENCONTEXTIMPL_H