shared_ptr for NetdbRequests

This commit is contained in:
orignal 2024-05-06 18:23:20 -04:00
parent d0cf385f4b
commit 296b721929
4 changed files with 30 additions and 21 deletions

View file

@ -67,7 +67,7 @@ namespace data
RequestComplete m_RequestComplete;
};
class NetDbRequests
class NetDbRequests: public std::enable_shared_from_this<NetDbRequests>
{
public: