Ups, mismatch between header and source wrt InterruptWait()
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 10 Mar 2000 05:54:35 +0000 (05:54 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 10 Mar 2000 05:54:35 +0000 (05:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/socket.cpp

index c02adfc698ceaa5d1585dbaa84c4c9ed48b7e0e6..a38097d124f7d72a05c00f99fa744295e25fa0c2 100644 (file)
@@ -198,7 +198,7 @@ bool wxSocketBase::Destroy()
 bool wxSocketBase::Close()
 {
   // Interrupt pending waits
-  InterruptAllWaits();
+  InterruptWait();
 
   if (m_socket)
   {