X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..03773e400b6ff2692f2a9ba045d652c3b7b7109d:/include/wx/os2/apptbase.h diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 6841e24fdb..d1b9b494bd 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -6,7 +6,7 @@ // Created: 22.09.2003 // RCS-ID: $Id$ // Copyright: (c) 2003 Stefan Neis -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_OS2_APPTBASE_H_ @@ -27,6 +27,10 @@ public: // Clean up message queue. virtual void TerminateGui(unsigned long ulHab); + +#if wxUSE_SOCKETS + virtual wxFDIOManager *GetFDIOManager(); +#endif }; #endif // _WX_OS2_APPTBASE_H_