#includes revision and housekeeping

Summary: related to T13767

Reviewers: ivica

Reviewed By: ivica

Subscribers: iljazovic, miljen

Differential Revision: https://repo.mireo.local/D31700
This commit is contained in:
Korina Šimičević
2024-10-08 09:59:35 +02:00
parent 0d9bb94db5
commit 4cbae1056b
68 changed files with 368 additions and 63 deletions

View File

@@ -9,6 +9,7 @@
#define ASYNC_MQTT5_SENTRY_OP_HPP
#include <chrono>
#include <memory>
#include <boost/asio/cancellation_signal.hpp>
#include <boost/asio/error.hpp>
@@ -61,7 +62,7 @@ public:
}
using cancellation_slot_type = asio::cancellation_slot;
asio::cancellation_slot get_cancellation_slot() const noexcept {
cancellation_slot_type get_cancellation_slot() const noexcept {
return _svc_ptr->_cancel_sentry.slot();
}