diff -r aa2fa096cbfb -r 863223ea6961 ui/viewmanagement/statehandler/inc/glxstatemanager.h --- a/ui/viewmanagement/statehandler/inc/glxstatemanager.h Fri Jun 11 17:53:15 2010 +0530 +++ b/ui/viewmanagement/statehandler/inc/glxstatemanager.h Fri Jun 25 15:41:33 2010 +0530 @@ -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; };