Ops
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1037,8 +1037,8 @@ These semantics allow code like this:
|
||||
client->Connect(addr, FALSE);
|
||||
|
||||
// Wait until the request completes or until we decide to give up
|
||||
bool waitmore;
|
||||
while ( !WaitOnConnect(seconds, millis) && waitmore )
|
||||
bool waitmore = TRUE;
|
||||
while ( !client->WaitOnConnect(seconds, millis) && waitmore )
|
||||
{
|
||||
// possibly give some feedback to the user,
|
||||
// and update waitmore if needed.
|
||||
|
Reference in New Issue
Block a user