X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a637417cf7b30a7438e8b72e9e61a4a33759e1f3..a721fd82b7ca8c97048453d4aaff559e8f741d69:/include/wx/os2/apptbase.h?ds=sidebyside diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 934ef281e5..5916fda07d 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 wxSocketManager *GetSocketManager(); +#endif }; #endif // _WX_OS2_APPTBASE_H_