- // Connect(addr, FALSE);
- // WaitOnConnect(seconds, millis);
- // success = IsConnected();
+ // client->Connect(addr, FALSE);
+ //
+ // bool waitmore = TRUE;
+ // while (! client->WaitOnConnect(seconds, millis) && waitmore )
+ // {
+ // // possibly give some feedback to the user,
+ // // update waitmore if needed.
+ // }
+ // bool success = client->IsConnected();