smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
child 18 013a02bf2bb0
--- a/smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h	Mon Jun 07 11:43:45 2010 +0100
+++ b/smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h	Wed Jun 23 19:51:49 2010 +0530
@@ -53,6 +53,7 @@
 	
 	/**
 	 * Method to get the result for a network request.
+	 * @param aOperation The type of operation to be requested
 	 * @param aTransportResult The result of transport operation
 	 * @param aReply The QByteArray instance containing the network response.
 	 * The plugins should delete this instance once they have read the 
@@ -97,6 +98,7 @@
 	 * @param aPageResult [out] The SmfResultPage structure variable
 	 */
 	virtual SmfPluginError responseAvailable( 
+			const SmfRequestTypeID aOperation,
 			const SmfTransportResult &aTransportResult, 
 			QByteArray *aReply, 
 			QVariant* aResult, 
@@ -105,6 +107,6 @@
 	
 	};
 
-Q_DECLARE_INTERFACE( SmfPluginBase, "org.symbian.smf.plugin.smfpluginbase/v1.0" );
+Q_DECLARE_INTERFACE( SmfPluginBase, "org.symbian.smf.plugin.smfpluginbase/v0.2" );
 
 #endif /* SMFPLUGINBASE_H_ */