commit | d681bbdc10cedbf74a4492601e08841843026215 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Feb 02 12:03:32 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Feb 02 12:16:23 2019 -0800 |
tree | cd7d82f178476675f2d77c04dfe618beabeb45f8 | |
parent | de181d2e71a4d6b0a8db130606021b8ed84f8592 [diff] [blame] |
Expose name() of senders Change-Id: Ia1e97cf5dc8f1e92728626b21fcf1b7f4da4e6b1
diff --git a/aos/events/raw-event-loop.h b/aos/events/raw-event-loop.h index ffc894b..a903e93 100644 --- a/aos/events/raw-event-loop.h +++ b/aos/events/raw-event-loop.h
@@ -60,6 +60,8 @@ Free(reinterpret_cast<SendContext *>(t)); } + virtual const char *name() const = 0; + protected: RawSender(const RawSender &) = delete; RawSender &operator=(const RawSender &) = delete;