]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
Added fixes for Unicode compilation.
[wxWidgets.git] / include / wx / socket.h
index a8161406c8f31b97c476b01964c16673dd4c6912..ef410dbc3050eeb6b92aecceaff335af2b463de3 100644 (file)
@@ -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)