X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/apptbase.h diff --git a/include/wx/os2/apptbase.h b/include/wx/os2/apptbase.h index 6841e24fdb..d4476b649a 100644 --- a/include/wx/os2/apptbase.h +++ b/include/wx/os2/apptbase.h @@ -4,9 +4,8 @@ // Author: Stefan Neis // Modified by: // 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 +26,10 @@ public: // Clean up message queue. virtual void TerminateGui(unsigned long ulHab); + +#if wxUSE_SOCKETS + virtual wxFDIOManager *GetFDIOManager(); +#endif }; #endif // _WX_OS2_APPTBASE_H_