Skip to content

Commit

Permalink
One more comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jun 4, 2024
1 parent d34e51d commit 5332c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/interaction-model/Events.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ std::optional<EventNumber> GenerateEvent(G & generator, const T & aEventData, En

} // namespace internal

/// Exposes event access capabilities.
///
/// Allows callers to "generate events" which effectively notifies of an event having
/// ocurred.
class Events
{
public:
Expand Down

0 comments on commit 5332c0b

Please sign in to comment.