diff -r 1ee2af37811f -r 6481344a6d67 ui/viewmanagement/statehandler/inc/glxtnobserver.h --- a/ui/viewmanagement/statehandler/inc/glxtnobserver.h Thu May 27 12:51:42 2010 +0300 +++ b/ui/viewmanagement/statehandler/inc/glxtnobserver.h Fri Jun 11 13:38:23 2010 +0300 @@ -31,14 +31,17 @@ Q_OBJECT public: + /* * constructor */ GlxTNObserver(); + /* * Call back to get the number of TN is left to create. */ - void updateTNCount(int &count); + void updateTNCount(int &count); + /* * It will return the number of TN is left to create. */ @@ -50,6 +53,16 @@ void startTNObserving(); /* + * To start the thumbnail generation in back ground + */ + void startTNMDaemon() ; + + /* + * To stop the thumbnail generation in back ground + */ + void stopTNMDaemon() ; + + /* * Destructor */ ~GlxTNObserver();