calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 30 d68a4b5d5885
parent 20 21239b3bcd78
child 36 9c5b1510919f
--- a/calendarui/views/inc/caleneventviewcontainer.h	Tue May 11 16:12:24 2010 +0300
+++ b/calendarui/views/inc/caleneventviewcontainer.h	Tue May 25 12:41:10 2010 +0300
@@ -499,15 +499,6 @@
      */
     void AddCalendarInfoFieldL();
     
-    /*
-     * @brief Find calendarinfo object based on calendar name
-     * 
-     * @param aName calendar filename
-     * @param aCalendarInfo referance for calendarinfo
-     * @return TBool find status
-     */
-    static TBool CalendarInfoIdentifierL(const HBufC* aName,
-            const CCalCalendarInfo& aCalendarInfo);
     /**
      * Adds the attachment field in the viewer
      */
@@ -547,6 +538,16 @@
      * To stop the alarm in auto snooze case.and to open the event viewer in normal mode.
      */
      void HandleStopCommandL();
+     
+     /*
+      * @brief Find calendarinfo object based on calendar name
+      * 
+      * @param aName calendar filename
+      * @param aCalendarInfo referance for calendarinfo
+      * @return TBool find status
+      */
+     static TBool CalendarInfoIdentifierL(const HBufC* aName,
+             const CCalCalendarInfo& aCalendarInfo);
 
 protected: