Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Minor changes to the event class #18

Merged
merged 3 commits into from
Sep 28, 2016
Merged

Minor changes to the event class #18

merged 3 commits into from
Sep 28, 2016

Conversation

geky
Copy link
Contributor

@geky geky commented Sep 27, 2016

Nothing major, just some small modifications

  • Removed trailing include statement in EventQueue.h
  • Added const attributes to call functions on Event
  • Removed internal constructors for EventQueue::context

Although the call operations modify the underlying event queue, the
Event class itself is const over these functions. This is important
when a part of a larger Callback-type class that marks these functions
as const.
@geky geky merged commit 74e40e2 into master Sep 28, 2016
@geky geky deleted the event-minor-changes branch September 28, 2016 05:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant