X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89bb3f024443c8129a6acfb28a4d24ca9f190fcf..f54c646fb0561e54bca0ee2c17847bb9e7123304:/interface/wx/ipc.h diff --git a/interface/wx/ipc.h b/interface/wx/ipc.h index 114c6e8eda..60ed056b4b 100644 --- a/interface/wx/ipc.h +++ b/interface/wx/ipc.h @@ -2,8 +2,7 @@ // Name: ipc.h // Purpose: interface of wxConnection // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -279,7 +278,7 @@ public: exist and will be deleted afterwards) in which case a Unix domain socket is created. - @note Using Internet domain sockets if extremely insecure for IPC as + @note Using Internet domain sockets is extremely insecure for IPC as there is absolutely no access control for them, use Unix domain sockets whenever possible! */