]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
derive wxStandardPathsCF from Unix wxStandardPaths implementation to make it possible...
[wxWidgets.git] / include / wx / unix / apptrait.h
index c09cfc48def6b5011f1ea6a1c19ce0268e705f3e..cd46c08eb5c69f0a394c3565a7f7215ceed19a96 100644 (file)
@@ -42,7 +42,7 @@ public:
 #endif
 
 #ifdef __DARWIN__
-    #define wxHAS_GUI_SOCKET_MANAGER
+    #define wxHAS_GUI_PROCESS_CALLBACKS
 #endif
 
 class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
@@ -62,7 +62,7 @@ public:
 #endif
 
 #if (defined(__WXMAC__) || defined(__WXCOCOA__)) && wxUSE_STDPATHS
-    virtual wxStandardPathsBase& GetStandardPaths();
+    virtual wxStandardPaths& GetStandardPaths();
 #endif
     virtual wxPortId GetToolkitVersion(int *majVer = NULL, int *minVer = NULL) const;
 
@@ -76,12 +76,12 @@ public:
                                                wxArrayString& desc) const;
 #endif // __WXGTK20____
 
-#if defined(__WXDEBUG__) && defined(__WXGTK20__)
+#if defined(__WXGTK20__)
     virtual bool ShowAssertDialog(const wxString& msg);
 #endif
 
 #if wxUSE_SOCKETS && defined(wxHAS_GUI_SOCKET_MANAGER)
-    virtual GSocketManager *GetSocketManager();
+    virtual wxSocketManager *GetSocketManager();
 #endif
 };