documentation

This commit is contained in:
john30
2014-12-07 14:59:13 +01:00
parent 41152a4031
commit 51bf3dcd4e
+2 -1
View File
@@ -83,7 +83,8 @@ public:
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;