equal
deleted
inserted
replaced
147 QNetworkReply *aReply, |
147 QNetworkReply *aReply, |
148 QByteArray *aResponse ); |
148 QByteArray *aResponse ); |
149 |
149 |
150 /** |
150 /** |
151 * Method to cancel the service request |
151 * Method to cancel the service request |
152 * @param aPluginId The plugin whose current operation is to be cancelled. |
152 * @param aSessionID The session to be cancelled. |
153 * If the plugin is not loaded currently, this method just returns true. |
153 * If the plugin is not loaded currently, this method just returns true. |
154 * @return Returns true if the plugin operation could be cancelled |
154 * @return Returns true if the plugin operation could be cancelled |
155 * else returns false. |
155 * else returns false. |
156 */ |
156 */ |
157 bool cancelRequest ( const QString& aPluginId ); |
157 bool cancelRequest ( const quint32& aSessionID ); |
158 |
158 |
159 /** |
159 /** |
160 * Method to get the list of the SmfProvider for all the plugins that implement |
160 * Method to get the list of the SmfProvider for all the plugins that implement |
161 * the mentioned Interface |
161 * the mentioned Interface |
162 * @param aInterface The interface for which list of plugins is required |
162 * @param aInterface The interface for which list of plugins is required |