]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
Enable intercepting ENTER in wxSpinCtrl under wxMac by using wxTE_PROCESS_ENTER
[wxWidgets.git] / include / wx / socket.h
index f04e4b2f1e596ef30fa916305236bf48d9fd6100..165aa97890aa3d0f5c5aa253c76dcc439505c9e8 100644 (file)
@@ -194,8 +194,8 @@ private:
   friend class wxDatagramSocket;
 
   // low level IO
-  wxUint32 _Read(void* buffer, wxUint32 nbytes);
-  wxUint32 _Write(const void *buffer, wxUint32 nbytes);
+  wxUint32 DoRead(void* buffer, wxUint32 nbytes);
+  wxUint32 DoWrite(const void *buffer, wxUint32 nbytes);
 
   // wait until the given flags are set for this socket or the given timeout
   // (or m_timeout) expires