fotaapplication/fotaserver/inc/fsview.h
changeset 72 8ee66fcd0a7c
parent 44 39aa16f3fdc2
child 73 ae69c2e8bc34
--- a/fotaapplication/fotaserver/inc/fsview.h	Fri Sep 17 08:34:58 2010 +0300
+++ b/fotaapplication/fotaserver/inc/fsview.h	Mon Oct 04 01:40:31 2010 +0300
@@ -30,7 +30,12 @@
 public:
     FSView();
     ~FSView();
-
+signals :
+	/**
+	 * applicationReady() - To emit the application ready signal for matti tool.
+   */
+   void applicationReady();
+public:   
     void SetServer(CFotaServer * aServer);
     
     //Handles the incoming events
@@ -38,5 +43,6 @@
 
 private:
     CFotaServer *iServer;
+    TBool Initilized;
     };
 #endif /* FSVIEW_H_ */