calendarui/globaldata/inc/calencontextimpl.h
branchRCL_3
changeset 13 1984aceb8774
parent 0 f979ecb2b13e
child 29 12af337248b1
--- 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<TCalenInstanceId> iMutlipleContextIds;
     HBufC* iCalenFileName;
+    HBufC* iCalAlarmEntryFileName;
+    TCalLocalUid iCalAlarmLocalUid;
     };
 
 #endif // CALENCONTEXTIMPL_H