This commit is contained in:
2025-10-22 17:55:43 +03:00
parent e50fbfc57e
commit 42a4349c76
6 changed files with 91 additions and 15 deletions

View File

@@ -8,9 +8,9 @@
namespace asibfm700
{
class Asibfm700MountNetserver : public mcc::network::MccNetworkServer<Asibfm700Logger>
class Asibfm700MountNetserver : public mcc::network::MccGenericNetworkServer<Asibfm700Logger>
{
using _base_t = mcc::network::MccNetworkServer<Asibfm700Logger>;
using _base_t = mcc::network::MccGenericNetworkServer<Asibfm700Logger>;
public:
template <mcc::traits::mcc_range_of_input_char_range R = decltype(Asibfm700Logger::LOGGER_DEFAULT_FORMAT)>