git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-14 15:03:55 +00:00
parent af6785afcc
commit 488addd58a

View File

@@ -210,7 +210,7 @@ public:
accepted, it will wait for the next incoming connection to accepted, it will wait for the next incoming connection to
arrive. arrive.
@warning: This method will block the GUI. @warning This method will block the GUI.
If @a wait is @false, it will try to accept a pending connection If @a wait is @false, it will try to accept a pending connection
if there is one, but it will always return immediately without blocking if there is one, but it will always return immediately without blocking
@@ -296,7 +296,7 @@ public:
If @a wait is @true, Connect() will wait until the connection If @a wait is @true, Connect() will wait until the connection
completes. completes.
@warning: This method will block the GUI. @warning This method will block the GUI.
If @a wait is @false, Connect() will try to establish the connection If @a wait is @false, Connect() will try to establish the connection
and return immediately, without blocking the GUI. When used this way, and return immediately, without blocking the GUI. When used this way,