]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
fix memory leak; allocate the DC before SetFont() is called on the status bar
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 26cca0d69a4d84090ce23b606be3a5661a94129c..5916fda07dbc92658ebb8c045fe51db3cc043fbc 100644 (file)
@@ -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,12 @@ 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 wxSocketManager *GetSocketManager();
+#endif
 };
 
 #endif // _WX_OS2_APPTBASE_H_