]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
g++ compilation fix after latest changes
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 934ef281e5c52c5005d84381290ae2b05d73c899..4694aff2dd584409960f338627a0612fee0593d6 100644 (file)
@@ -27,6 +27,12 @@ public:
 
     // Clean up message queue.
     virtual void TerminateGui(unsigned long ulHab);
 
     // 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 GSocketManager *GetSocketManager();
+#endif
 };
 
 #endif // _WX_OS2_APPTBASE_H_
 };
 
 #endif // _WX_OS2_APPTBASE_H_