mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
shared_ptr for NetdbRequests
This commit is contained in:
parent
d0cf385f4b
commit
296b721929
4 changed files with 30 additions and 21 deletions
|
@ -67,7 +67,7 @@ namespace data
|
|||
RequestComplete m_RequestComplete;
|
||||
};
|
||||
|
||||
class NetDbRequests
|
||||
class NetDbRequests: public std::enable_shared_from_this<NetDbRequests>
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue