smf/smfservermodule/smfserver/pluginmgr/smfpluginmanagerutil.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
--- a/smf/smfservermodule/smfserver/pluginmgr/smfpluginmanagerutil.h	Thu Sep 23 17:20:22 2010 +0530
+++ b/smf/smfservermodule/smfserver/pluginmgr/smfpluginmanagerutil.h	Thu Sep 23 17:43:31 2010 +0530
@@ -139,7 +139,7 @@
 
 
 	/**
-	 * Method to create a web query to do music event search or event post operation 
+	 * Method to create a web query to do event search or event post operation 
 	 * @param aPlugin The instance of the loaded plugin that performs the 
 	 * contact fetch operation.
 	 * @param aOperation The type of operation to be performed
@@ -147,7 +147,7 @@
 	 * @param aReqData [out] The request data created by the plugin
 	 * @return SmfPluginError
 	 */
-	SmfPluginError createMusicEventsRequest ( QObject *aPlugin, 
+	SmfPluginError createEventsFetcherRequest ( QObject *aPlugin, 
 			const SmfRequestTypeID &aOperation, 
 			QByteArray &aInputData,
 			SmfPluginRequestData &aReqData );