smf/smfservermodule/smfserver/pluginmgr/smfpluginmanager.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
--- a/smf/smfservermodule/smfserver/pluginmgr/smfpluginmanager.h	Thu Sep 23 17:20:22 2010 +0530
+++ b/smf/smfservermodule/smfserver/pluginmgr/smfpluginmanager.h	Thu Sep 23 17:43:31 2010 +0530
@@ -149,12 +149,12 @@
 	
 	/**
 	 * Method to cancel the service request
-	 * @param aPluginId The plugin whose current operation is to be cancelled.
+	 * @param aSessionID The session to be cancelled.
 	 * If the plugin is not loaded currently, this method just returns true.
 	 * @return Returns true if the plugin operation could be cancelled 
 	 * else returns false.
 	 */
-	bool cancelRequest ( const QString& aPluginId );
+	bool cancelRequest ( const quint32& aSessionID );
 	
 	/**
 	 * Method to get the list of the SmfProvider for all the plugins that implement