X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a637417cf7b30a7438e8b72e9e61a4a33759e1f3..2e9abe9e35d43eee00d5c2078ac0e35d8afcf0b1:/include/wx/os2/apptbase.h?ds=sidebyside diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 934ef281e5..4694aff2dd 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -27,6 +27,12 @@ public: // Clean up message queue. virtual void TerminateGui(unsigned long ulHab); +#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 }; #endif // _WX_OS2_APPTBASE_H_