* wxThread fixes
* wxStream fix (Read(wxStreamBase))
* wxEvent: GTK idle loop waking up was actually good, reenabled.
* wxSocket: all features working on Linux/RH6 (including high-level protocols)
       Needs testing on other platforms now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
			
			
This commit is contained in:
		@@ -95,6 +95,8 @@ public:
 | 
			
		||||
  wxSocketBase& Read(char* buffer, size_t nbytes);
 | 
			
		||||
  wxSocketBase& Write(const char *buffer, size_t nbytes);
 | 
			
		||||
  wxSocketBase& Unread(const char *buffer, size_t nbytes);
 | 
			
		||||
  wxSocketBase& ReadMsg(char *buffer, size_t nbytes);
 | 
			
		||||
  wxSocketBase& WriteMsg(const char *buffer, size_t nbytes);
 | 
			
		||||
  void Discard();
 | 
			
		||||
 | 
			
		||||
  // Try not to use this two methods (they sould be protected)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user