smf/smfservermodule/smfserver/pluginmgr/smfpluginmanager.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
   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