]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
another wxUSE_DRAG_AND_DROP==0 compilation fix
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 934ef281e5c52c5005d84381290ae2b05d73c899..5916fda07dbc92658ebb8c045fe51db3cc043fbc 100644 (file)
@@ -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_