]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
Define WXBUILDING in Xcode projects.
[wxWidgets.git] / include / wx / unix / apptrait.h
index 04109204e9eeef9ae6df8c1db3262de439a9a955..f5e5aebbf0385f1d566e6f4bdc08c8a2111a1ed3 100644 (file)
@@ -51,9 +51,6 @@ class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
 public:
     virtual wxEventLoopBase *CreateEventLoop();
     virtual int WaitForChild(wxExecuteData& execData);
 public:
     virtual wxEventLoopBase *CreateEventLoop();
     virtual int WaitForChild(wxExecuteData& execData);
-#ifdef wxHAS_GUI_PROCESS_CALLBACKS
-    virtual int AddProcessCallback(wxEndProcessData *data, int fd);
-#endif
 #if wxUSE_TIMER
     virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
 #endif
 #if wxUSE_TIMER
     virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
 #endif
@@ -88,6 +85,8 @@ public:
 #endif
 
 #endif // wxUSE_SOCKETS
 #endif
 
 #endif // wxUSE_SOCKETS
+
+    virtual wxEventLoopSourcesManagerBase* GetEventLoopSourcesManager();
 };
 
 #endif // wxUSE_GUI
 };
 
 #endif // wxUSE_GUI