]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/sockmsw.h
Fixed broken 'hidden categories' mode (aka. alphabetic mode); Added distinct names...
[wxWidgets.git] / include / wx / msw / private / sockmsw.h
index 1c0a6fe6275592a5a84cd02af835170d8dfcf892..5313b5446edb98a76f9da33f6d6b106bcf877f67 100644 (file)
@@ -39,6 +39,14 @@ public:
 
     virtual wxSocketError GetLastError() const;
 
+    virtual void ReenableEvents(wxSocketEventFlags WXUNUSED(flags))
+    {
+        // notifications are never disabled in this implementation, there is no
+        // need for this as WSAAsyncSelect() only sends notification once when
+        // the new data becomes available anyhow, so there is no need to do
+        // anything here
+    }
+
 private:
     virtual void DoClose();