smf/smfservermodule/smfserver/server/smfserver.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
child 26 83d6a149c755
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
   108 	 * @param requestID Corresponds to a client's session
   108 	 * @param requestID Corresponds to a client's session
   109 	 * @param pluginID Plugin for which the request is intended
   109 	 * @param pluginID Plugin for which the request is intended
   110 	 * @param interfaceID Interface name
   110 	 * @param interfaceID Interface name
   111 	 * @param dataForPlugin Data to be sent for this request
   111 	 * @param dataForPlugin Data to be sent for this request
   112 	 */
   112 	 */
   113 	void sendToPluginManager ( int requestID, SmfPluginID pluginID, 
   113 	SmfError sendToPluginManager ( int requestID, SmfPluginID pluginID, 
   114 			SmfInterfaceID interfaceID, SmfRequestTypeID requestTypeID,
   114 			SmfInterfaceID interfaceID, SmfRequestTypeID requestTypeID,
   115 			QByteArray dataForPlugin = QByteArray() );
   115 			QByteArray dataForPlugin = QByteArray() );
   116 	
   116 	
   117 	/**
   117 	/**
   118 	 * Request the Plugin manager to get the data.
   118 	 * Request the Plugin manager to get the data.