deviceupdatesui/deviceupdates/inc/dmfotaview.h
changeset 66 f8de2c99bcde
parent 64 f2a9f5a3b8ba
--- a/deviceupdatesui/deviceupdates/inc/dmfotaview.h	Fri Sep 17 08:27:39 2010 +0300
+++ b/deviceupdatesui/deviceupdates/inc/dmfotaview.h	Mon Oct 04 00:06:35 2010 +0300
@@ -56,10 +56,12 @@
     //HbDialog* createDialog() const;
     void displayNoteAndDisableButtons();
     void enableButtons();
-private:
-    void FormatList(QString val, QString str);
-    RFotaEngineSession& FotaEngineL();
-    void fotaSupportEnabled();
+    
+signals :
+	/**
+	 * applicationReady() - To emit the application ready signal for matti tool.
+   */
+   void applicationReady();
 public slots :
     void OnHelp();
     void OnExit();
@@ -71,6 +73,10 @@
 public:
 	void UpdateDMUI(TBool aVal);
 private:
+    void FormatList(QString val, QString str);
+    RFotaEngineSession& FotaEngineL();
+    void fotaSupportEnabled();
+private:
 	HbMainWindow* mMainWindow;
 	HbView* fotaPortraitView;
 	HbView* fotaLandscapeView;