documentation
This commit is contained in:
@@ -83,7 +83,8 @@ public:
|
|||||||
virtual ~BusRequest() {}
|
virtual ~BusRequest() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Notify all waiting threads.
|
* @brief Notify the request of the specified result.
|
||||||
|
* @param result the result of the request.
|
||||||
*/
|
*/
|
||||||
virtual void notify(result_t result) = 0;
|
virtual void notify(result_t result) = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user