diff --git a/src/ebusd/bushandler.h b/src/ebusd/bushandler.h index 268a1d3d..27989530 100644 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -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;