diff -r a5692c68d772 -r 593f946f4fec controlpanelui/src/inc/cpringtoneview.h --- a/controlpanelui/src/inc/cpringtoneview.h Fri Jun 25 17:12:20 2010 +0800 +++ b/controlpanelui/src/inc/cpringtoneview.h Wed Sep 29 10:09:58 2010 +0800 @@ -44,9 +44,12 @@ HbListWidget* mToneTypeList; XQAiwRequest* mReq; XQApplicationManager mAppMgr; - -private: - void launchMediaFetcher( const QString &strService, const QString &strItface ); + //used to mark if there is a request being processed + bool mProcessing; + +private: + void launchMediaFetcher( const QString &strService, const QString &strItface, \ + const QList &arguments = QList(), const XQRequestInfo &info = XQRequestInfo() ); }; #endif // CPRINGTONEVIEW_H