smf/smfservermodule/smfserver/pluginmgr/smfpluginmanagerutil.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
   137 			QByteArray &aInputData,
   137 			QByteArray &aInputData,
   138 			SmfPluginRequestData &aReqData );
   138 			SmfPluginRequestData &aReqData );
   139 
   139 
   140 
   140 
   141 	/**
   141 	/**
   142 	 * Method to create a web query to do music event search or event post operation 
   142 	 * Method to create a web query to do event search or event post operation 
   143 	 * @param aPlugin The instance of the loaded plugin that performs the 
   143 	 * @param aPlugin The instance of the loaded plugin that performs the 
   144 	 * contact fetch operation.
   144 	 * contact fetch operation.
   145 	 * @param aOperation The type of operation to be performed
   145 	 * @param aOperation The type of operation to be performed
   146 	 * @param aInputData The data required to create the web query
   146 	 * @param aInputData The data required to create the web query
   147 	 * @param aReqData [out] The request data created by the plugin
   147 	 * @param aReqData [out] The request data created by the plugin
   148 	 * @return SmfPluginError
   148 	 * @return SmfPluginError
   149 	 */
   149 	 */
   150 	SmfPluginError createMusicEventsRequest ( QObject *aPlugin, 
   150 	SmfPluginError createEventsFetcherRequest ( QObject *aPlugin, 
   151 			const SmfRequestTypeID &aOperation, 
   151 			const SmfRequestTypeID &aOperation, 
   152 			QByteArray &aInputData,
   152 			QByteArray &aInputData,
   153 			SmfPluginRequestData &aReqData );
   153 			SmfPluginRequestData &aReqData );
   154 
   154 
   155 	/**
   155 	/**