X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bbd09c34c773caa1210ffd441059c05b94cbbbc..e81c7155869a701afe700d1d41a26de9acfda80e:/include/wx/unix/apptbase.h diff --git a/include/wx/unix/apptbase.h b/include/wx/unix/apptbase.h index 0f77452390..4ec132c140 100644 --- a/include/wx/unix/apptbase.h +++ b/include/wx/unix/apptbase.h @@ -14,7 +14,6 @@ struct wxEndProcessData; struct wxExecuteData; -class wxPipe; // ---------------------------------------------------------------------------- // wxAppTraits: the Unix version adds extra hooks needed by Unix code @@ -44,18 +43,6 @@ public: virtual int AddProcessCallback(wxEndProcessData *data, int fd); - // wxThread helpers - // ---------------- - - // TODO - -#if wxUSE_SOCKETS - // returns the select()-based socket manager for console applications which - // is also used by some ports (wxX11, wxDFB) in the GUI build (hence it is - // here and not in wxConsoleAppTraits) - virtual GSocketManager *GetSocketManager(); -#endif - protected: // a helper for the implementation of WaitForChild() in wxGUIAppTraits: // checks the streams used for redirected IO in execData and returns true