]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ipc.h
Add wxFileName::SetPermissions().
[wxWidgets.git] / interface / wx / ipc.h
index 114c6e8edaf43b5ff514d89856b9f4f18c0e97cb..60ed056b4bc8c8959bb6d8c9ad0d75ba2c99e237 100644 (file)
@@ -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!
     */