mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-13 17:46:53 +02:00
use shared ClientDestination
This commit is contained in:
parent
789eb48698
commit
c7173d5e1c
6 changed files with 16 additions and 14 deletions
|
@ -174,7 +174,9 @@ namespace client
|
|||
private:
|
||||
|
||||
void PersistTemporaryKeys ();
|
||||
|
||||
std::shared_ptr<ClientDestination> GetSharedFromThis ()
|
||||
{ return std::static_pointer_cast<ClientDestination>(shared_from_this ()); }
|
||||
|
||||
private:
|
||||
|
||||
i2p::data::PrivateKeys m_Keys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue