X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f90913e2ac7938728beed9065f34b7d4c7593513..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/os2/apptbase.h?ds=sidebyside diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 4694aff2dd..d4476b649a 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -4,7 +4,6 @@ // Author: Stefan Neis // Modified by: // Created: 22.09.2003 -// RCS-ID: $Id$ // Copyright: (c) 2003 Stefan Neis // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -27,11 +26,9 @@ 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(); + virtual wxFDIOManager *GetFDIOManager(); #endif };