]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
1. warnings suppressed in wave.cpp
[wxWidgets.git] / include / wx / socket.h
index 21cd4cba90ba2f2bdcfbfac5b8a3ad6a2b485ea6..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)
@@ -262,7 +264,8 @@ public:
   wxSocketBase::wxRequestEvent SocketEvent() const { return m_skevt; }
   wxSocketBase *Socket() const { return m_socket; }
 
-  wxObject *Clone() const;
+  void CopyObject(wxObject& obj_d) const;
+
 public:
   wxSocketBase::wxRequestEvent m_skevt;
   wxSocketBase *m_socket;