mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Remove documentation for param which doesn't exists anymore
This commit is contained in:
parent
0573ad2678
commit
4a81f7f5db
1 changed files with 0 additions and 4 deletions
|
@ -195,8 +195,6 @@ public:
|
||||||
/**
|
/**
|
||||||
* @brief Post event to the event queue.
|
* @brief Post event to the event queue.
|
||||||
* @param[in] event
|
* @param[in] event
|
||||||
* @param[out] errorMessage Optional storage for error messsage, meaningful
|
|
||||||
* only on failure.
|
|
||||||
* @return Success or error details.
|
* @return Success or error details.
|
||||||
*/
|
*/
|
||||||
virtual std::error_condition postEvent(
|
virtual std::error_condition postEvent(
|
||||||
|
@ -206,8 +204,6 @@ public:
|
||||||
* @brief Send event directly to handlers. Blocking API
|
* @brief Send event directly to handlers. Blocking API
|
||||||
* The handlers get exectuded on the caller thread.
|
* The handlers get exectuded on the caller thread.
|
||||||
* @param[in] event
|
* @param[in] event
|
||||||
* @param[out] errorMessage Optional storage for error messsage, meaningful
|
|
||||||
* only on failure.
|
|
||||||
* @return Success or error details.
|
* @return Success or error details.
|
||||||
*/
|
*/
|
||||||
virtual std::error_condition sendEvent(
|
virtual std::error_condition sendEvent(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue