X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fc852b7ffca3817b98522fcf62d7ffa4e2b194e..a4301b8f14d21b7d28fc4f6a247b740d945ca6dc:/include/wx/os2/apptbase.h diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 26cca0d69a..d1b9b494bd 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/os2/apptbase.h -// Purpose: declaration of wxAppTraits for MSW +// Purpose: declaration of wxAppTraits for OS2 // Author: Stefan Neis // Modified by: // Created: 22.09.2003 @@ -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_