]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 934ef281e5c52c5005d84381290ae2b05d73c899..d4476b649a043ab947d35f21551ac98cc80aa973 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Neis
 // Modified by:
 // Created:     22.09.2003
 // Author:      Stefan Neis
 // Modified by:
 // Created:     22.09.2003
-// RCS-ID:      $Id$
 // Copyright:   (c) 2003 Stefan Neis <Stefan.Neis@t-online.de>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 2003 Stefan Neis <Stefan.Neis@t-online.de>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -27,6 +26,10 @@ public:
 
     // Clean up message queue.
     virtual void TerminateGui(unsigned long ulHab);
 
     // Clean up message queue.
     virtual void TerminateGui(unsigned long ulHab);
+
+#if wxUSE_SOCKETS
+    virtual wxFDIOManager *GetFDIOManager();
+#endif
 };
 
 #endif // _WX_OS2_APPTBASE_H_
 };
 
 #endif // _WX_OS2_APPTBASE_H_