controlpanelui/src/inc/cpringtoneview.h
changeset 31 e79ce701c376
parent 25 19394c261aa5
child 41 ab0490982943
--- a/controlpanelui/src/inc/cpringtoneview.h	Tue Jul 06 14:17:10 2010 +0300
+++ b/controlpanelui/src/inc/cpringtoneview.h	Wed Aug 18 09:49:35 2010 +0300
@@ -44,7 +44,9 @@
     HbListWidget* mToneTypeList;
     XQAiwRequest* mReq;
     XQApplicationManager mAppMgr;
-
+    //used to mark if there is a request being processed
+    bool mProcessing;
+    
 private:
     void launchMediaFetcher( const QString &strService, const QString &strItface );
 };