mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
move WaitForConnect away from constructor
This commit is contained in:
parent
97656e7349
commit
1a0957b571
3 changed files with 10 additions and 2 deletions
|
@ -60,6 +60,7 @@ namespace transport
|
|||
~SSUSession ();
|
||||
|
||||
void Connect ();
|
||||
void WaitForConnect ();
|
||||
void Introduce (uint32_t iTag, const uint8_t * iKey);
|
||||
void WaitForIntroduction ();
|
||||
void Close ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue