mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Migrate to I2Pservice
This commit is contained in:
parent
dd42819a2f
commit
90005c8237
6 changed files with 18 additions and 19 deletions
|
@ -35,6 +35,7 @@ namespace client
|
|||
|
||||
inline ClientDestination * GetLocalDestination () { return m_LocalDestination; };
|
||||
inline void SetLocalDestination (ClientDestination * dest) { m_LocalDestination = dest; };
|
||||
void CreateStream (StreamRequestComplete streamRequestComplete, const std::string& dest, int port = 0);
|
||||
|
||||
inline boost::asio::io_service& GetService () { return m_LocalDestination->GetService (); };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue