This commit is contained in:
2025-10-28 18:01:22 +03:00
parent 85dfa2e9a5
commit 78e4bb182c
10 changed files with 277 additions and 200 deletions

View File

@@ -5,7 +5,7 @@ namespace asibfm700
{
template <mcc::traits::mcc_range_of_input_char_range R>
Asibfm700MountNetserver::Asibfm700MountNetserver(asio::io_context& ctx,
Asibfm700MountNetServer::Asibfm700MountNetServer(asio::io_context& ctx,
std::shared_ptr<spdlog::logger> logger,
const R& pattern_range)
: _base_t(ctx, [this](std::string_view msg) { return handleMessage(msg); }, std::move(logger), pattern_range)