diff options
Diffstat (limited to 'src/common/Utilities/EventMap.h')
-rw-r--r-- | src/common/Utilities/EventMap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Utilities/EventMap.h b/src/common/Utilities/EventMap.h index 97916e711b9..986dd7a2989 100644 --- a/src/common/Utilities/EventMap.h +++ b/src/common/Utilities/EventMap.h @@ -115,7 +115,7 @@ public: /** * @name ScheduleEvent - * @brief Schedules a new event. + * @brief Schedules a new event. An existing event is not canceled. * @param eventId The id of the new event. * @param time The time until the event occurs as std::chrono type. * @param group The group which the event is associated to. Has to be between 1 and 8. 0 means it has no group. @@ -125,7 +125,7 @@ public: /** * @name ScheduleEvent - * @brief Schedules a new event. + * @brief Schedules a new event. An existing event is not canceled. * @param eventId The id of the new event. * @param minTime The minimum time until the event occurs as std::chrono type. * @param maxTime The maximum time until the event occurs as std::chrono type. |