diff -r d0b4e67b3a60 -r f291796e213d ui/viewmanagement/statehandler/inc/glxstatemanager.h --- a/ui/viewmanagement/statehandler/inc/glxstatemanager.h Wed Jun 23 18:12:48 2010 +0300 +++ b/ui/viewmanagement/statehandler/inc/glxstatemanager.h Tue Jul 06 14:16:16 2010 +0300 @@ -24,6 +24,7 @@ #include #include #include +#include class GlxState; class GlxViewManager; @@ -118,6 +119,7 @@ * call back function to monitor the change in thumbnail manager */ void updateTNProgress( int count); + void saveData(); public : /* @@ -198,6 +200,11 @@ */ void exitApplication(); + /*Launch Application as an acitivyt. + * Return Value @0 : If launching an activity fails + * @1 : If launch activity passes + */ + bool launchActivity(); private: GlxViewManager *mViewManager; GlxMediaModel *mAllMediaModel; // for all grid @@ -210,6 +217,7 @@ GlxTNObserver *mTNObserver; int mCollectionId; bool isProgressbarRunning; + QMap mSaveActivity; };