deviceupdatesui/deviceupdates/inc/dmfotaview.h
changeset 62 03849bd79877
parent 60 d6935193cf9a
child 67 fdbfe0a95492
--- a/deviceupdatesui/deviceupdates/inc/dmfotaview.h	Fri Sep 03 22:23:57 2010 +0530
+++ b/deviceupdatesui/deviceupdates/inc/dmfotaview.h	Fri Sep 17 19:58:05 2010 +0530
@@ -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;