X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89bb3f024443c8129a6acfb28a4d24ca9f190fcf..33baee46ee5c2476ac75d7893bf2272a65e525ab:/interface/wx/ipc.h diff --git a/interface/wx/ipc.h b/interface/wx/ipc.h index 114c6e8eda..ecf8d9d73f 100644 --- a/interface/wx/ipc.h +++ b/interface/wx/ipc.h @@ -3,7 +3,7 @@ // Purpose: interface of wxConnection // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -279,7 +279,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! */