]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
wxListCtrl will receive EVT_CHAR() events now
[wxWidgets.git] / include / wx / socket.h
index 99422550b4fea59c94176b7c8e4b7defb7650399..ebd5a5ecd68aceed4ca4919d360c59eab16d2bb7 100644 (file)
@@ -211,7 +211,15 @@ protected:
   friend class wxSocketServer;
   friend class wxSocketHandler;
 
+#ifdef __SALFORDC__
+public:
+#endif
+
   wxSocketBase(wxSockFlags flags, wxSockType type);
+
+#ifdef __SALFORDC__
+protected:
+#endif
   
   bool _Wait(long seconds, long microseconds, int type);