fotaapplication/fotaserver/inc/fsview.h
changeset 72 8ee66fcd0a7c
parent 44 39aa16f3fdc2
child 73 ae69c2e8bc34
equal deleted inserted replaced
68:415c00f1675d 72:8ee66fcd0a7c
    28     Q_OBJECT
    28     Q_OBJECT
    29 
    29 
    30 public:
    30 public:
    31     FSView();
    31     FSView();
    32     ~FSView();
    32     ~FSView();
    33 
    33 signals :
       
    34 	/**
       
    35 	 * applicationReady() - To emit the application ready signal for matti tool.
       
    36    */
       
    37    void applicationReady();
       
    38 public:   
    34     void SetServer(CFotaServer * aServer);
    39     void SetServer(CFotaServer * aServer);
    35     
    40     
    36     //Handles the incoming events
    41     //Handles the incoming events
    37     bool eventFilter(QObject *object, QEvent *event);
    42     bool eventFilter(QObject *object, QEvent *event);
    38 
    43 
    39 private:
    44 private:
    40     CFotaServer *iServer;
    45     CFotaServer *iServer;
       
    46     TBool Initilized;
    41     };
    47     };
    42 #endif /* FSVIEW_H_ */
    48 #endif /* FSVIEW_H_ */