move WaitForConnect away from constructor

This commit is contained in:
orignal 2014-11-24 11:18:12 -05:00
parent 97656e7349
commit 1a0957b571
3 changed files with 10 additions and 2 deletions

View file

@ -60,6 +60,7 @@ namespace transport
~SSUSession ();
void Connect ();
void WaitForConnect ();
void Introduce (uint32_t iTag, const uint8_t * iKey);
void WaitForIntroduction ();
void Close ();