]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 4694aff2dd584409960f338627a0612fee0593d6..d1b9b494bd24cc8e27ac5983ba9ac87e83bb6a87 100644 (file)
@@ -27,11 +27,9 @@ 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 GSocketManager *GetSocketManager();
+    virtual wxFDIOManager *GetFDIOManager();
 #endif
 };