calendarui/views/inc/calennativeview.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
child 49 5de72ea7a065
--- a/calendarui/views/inc/calennativeview.h	Fri Apr 16 14:57:40 2010 +0300
+++ b/calendarui/views/inc/calennativeview.h	Mon May 03 12:30:32 2010 +0300
@@ -43,17 +43,17 @@
          * Destructor.
          */
 	    virtual ~CalenNativeView();
-	    HbWidget* ControlOrNull();
-	    bool isPlugin();
 	    virtual void populationComplete();
 		TBool pluginEnabled();
+		virtual void refreshViewOnGoToDate();
+		QString *pluginText();
 		
 	protected:  // New functions
 	    CalenNativeView( MCalenServices& services );
 	    
-	    void checkInfobarL();
 	    void HandleNotification( const TCalenNotification notification );
 	    virtual void onLocaleChanged(int reason)=0;
+	    virtual void onContextChanged() {};
 
 	protected slots:
 	
@@ -66,12 +66,10 @@
 	    
     protected:
     
-        MCalenServices&      mServices; // not owned.
-        TBool mPluginEnabled;
+        MCalenServices	&mServices; // not owned.
 	
     private:
-        HbWidget* mInfobar;//plugin label
-        HbDateTimePicker* mDatePicker;
+        HbDateTimePicker	*mDatePicker;
 	};
 
 #endif  // CALENNATIVEVIEW_H