This commit is contained in:
2024-10-21 18:11:35 +03:00
parent b8fdae9d16
commit 0d62c9defc
9 changed files with 247 additions and 68 deletions

View File

@@ -205,7 +205,7 @@ protected:
public:
template <interfaces::adc_netservice_c NetServiceT>
class Session : std::enable_shared_from_this<Session<NetServiceT>>
class Session : public std::enable_shared_from_this<Session<NetServiceT>>
{
public:
typedef std::string netsession_ident_t;