From 51bf3dcd4ef95e4936126afa5fc2342808276df9 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 7 Dec 2014 14:59:13 +0100 Subject: [PATCH] documentation --- src/ebusd/bushandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;