controlpanelui/src/inc/cpringtoneview.h
changeset 28 e0b83131558d
parent 22 a5692c68d772
child 41 ab0490982943
--- a/controlpanelui/src/inc/cpringtoneview.h	Wed Jul 14 07:09:46 2010 +0800
+++ b/controlpanelui/src/inc/cpringtoneview.h	Fri Jul 23 11:04:51 2010 +0800
@@ -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 );
 };