]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckipc.h
fixed outdated filenames
[wxWidgets.git] / include / wx / sckipc.h
index 743da0ab9f03e0f8268422f80b55a6ea651d3a99..47f506184f3e6c8f55e3b7e2bf6a57951a819f87 100644 (file)
@@ -122,6 +122,11 @@ public:
 
 protected:
   wxSocketServer *m_server;
+
+#ifdef __UNIX_LIKE__
+  // the name of the file associated to the Unix domain socket, may be empty
+  wxString m_filename;
+#endif // __UNIX_LIKE__
 };
 
 class wxTCPClient: public wxClientBase