calendarui/controller/inc/calenviewmanager.h
changeset 49 5de72ea7a065
parent 26 a949c2543c15
child 50 579cc610882e
--- a/calendarui/controller/inc/calenviewmanager.h	Fri Jun 11 13:37:54 2010 +0300
+++ b/calendarui/controller/inc/calenviewmanager.h	Wed Jun 23 18:11:28 2010 +0300
@@ -52,8 +52,12 @@
 		/**
 		 * Constructor
 		 */
-		CalenViewManager ( CCalenController& aController, 
-		                   bool isFromServiceFrmwrk);
+		CalenViewManager ( CCalenController& aController);
+		
+		/**
+		 * Second Phase Constructor
+		 */
+		void SecondPhaseConstruction();
 		
         /**
          * Destructor
@@ -97,6 +101,9 @@
 		
 		void constructOtherViews();
 		
+		void launchSettingsView();
+		
+		
 	public: // from MCalenNotificationHandler
    
         /**
@@ -159,7 +166,7 @@
 		CalenDocLoader          *mDayViewAltDocLoader;
         
 		int  mCurrentViewId;
-		int  mPreviousViewId;
+		int  mPreviousViewsId;
 		int  mFirstView;
         };