implemented IPC using Unix domain sockets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user