X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..ef094fa075bc56bcbc33b12159c395ea28afda3b:/include/wx/socket.h diff --git a/include/wx/socket.h b/include/wx/socket.h index d52e133473..df32866665 100644 --- a/include/wx/socket.h +++ b/include/wx/socket.h @@ -281,6 +281,8 @@ public: bool AcceptWith(wxSocketBase& socket, bool wait = TRUE); bool WaitForAccept(long seconds = -1, long milliseconds = 0); + + DECLARE_NO_COPY_CLASS(wxSocketServer) }; @@ -299,6 +301,8 @@ public: virtual bool Connect(wxSockAddress& addr, bool wait = TRUE); bool WaitOnConnect(long seconds = -1, long milliseconds = 0); + + DECLARE_NO_COPY_CLASS(wxSocketClient) }; @@ -325,6 +329,7 @@ public: /* TODO: bool Connect(wxSockAddress& addr); */ + DECLARE_NO_COPY_CLASS(wxDatagramSocket) };