X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..7157abfba1c0db6fba7e938dd7ada17225b29a10:/interface/wx/sckipc.h?ds=sidebyside diff --git a/interface/wx/sckipc.h b/interface/wx/sckipc.h index 0ec3ce061e..38f8f3d28f 100644 --- a/interface/wx/sckipc.h +++ b/interface/wx/sckipc.h @@ -8,7 +8,6 @@ /** @class wxTCPServer - @wxheader{sckipc.h} A wxTCPServer object represents the server part of a client-server conversation. It emulates a DDE-style protocol, but uses TCP/IP which is available on most @@ -53,7 +52,6 @@ public: /** @class wxTCPClient - @wxheader{sckipc.h} A wxTCPClient object represents the client part of a client-server conversation. It emulates a DDE-style protocol, but uses TCP/IP which is available on most @@ -117,7 +115,6 @@ public: /** @class wxTCPConnection - @wxheader{sckipc.h} A wxTCPClient object represents the connection between a client and a server. It emulates a DDE-style protocol, but uses TCP/IP which is available on most