mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
reference counter for destinations
This commit is contained in:
parent
1b97f9b6c9
commit
c287fb58bd
5 changed files with 19 additions and 3 deletions
|
@ -19,7 +19,7 @@ namespace client
|
|||
public:
|
||||
I2PService (std::shared_ptr<ClientDestination> localDestination = nullptr);
|
||||
I2PService (i2p::data::SigningKeyType kt);
|
||||
virtual ~I2PService () { ClearHandlers (); }
|
||||
virtual ~I2PService ();
|
||||
|
||||
inline void AddHandler (std::shared_ptr<I2PServiceHandler> conn)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue