Skip to content

Commit

Permalink
clean(engine): new comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Jan 4, 2023
1 parent 3471b58 commit bbb8bb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engine/src/notifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,12 @@ void notifier::set_check_options(int option) noexcept {
_check_options = option;
}

/**
* @brief Tell if an acknowledgement is active on the notifier by returning its
* type ACK_NONE (no acknowledgement), ACK_NORMAL or ACK_STICKY.
*
* @return A notifier::acknowledgement_type.
*/
notifier::acknowledgement_type notifier::get_acknowledgement() const noexcept {
return _acknowledgement_type;
}
Expand Down

0 comments on commit bbb8bb9

Please sign in to comment.