X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ceef3893cb12d80e679d4b619fb086529a36c2a8..579213e97b34f35ba1661c6d5b553d2989caddaf:/src/osx/core/sockosx.cpp diff --git a/src/osx/core/sockosx.cpp b/src/osx/core/sockosx.cpp index 08dbd21815..f940120738 100644 --- a/src/osx/core/sockosx.cpp +++ b/src/osx/core/sockosx.cpp @@ -137,15 +137,15 @@ private: // timeframe so I'm not sure what to think, but after so many hours, // this seems to address the issue and it's time to move on. if (data == NULL) - socket->Detected_Write(); + socket->OnWriteWaiting(); break; case kCFSocketReadCallBack: - socket->Detected_Read(); + socket->OnReadWaiting(); break; case kCFSocketWriteCallBack: - socket->Detected_Write(); + socket->OnWriteWaiting(); break; default: