]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/app.h
wxDialogBase only has one ctor, so just do initialization in ctor instead of Init()
[wxWidgets.git] / include / wx / osx / app.h
index c940c0bb18a24e0bd474d854f4a39165a191cde0..b341817be2328d977fb8bb2ec60d355e4f98117a 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -142,6 +141,7 @@ public:
     virtual void         MacNewFile() ;
     // in response of a reopen-application apple event
     virtual void         MacReopenApp() ;
+#if wxOSX_USE_COCOA_OR_IPHONE
     // immediately before the native event loop launches
     virtual void         OSXOnWillFinishLaunching();
     // immediately when the native event loop starts, no events have been served yet
@@ -150,6 +150,14 @@ public:
     virtual bool         OSXOnShouldTerminate();
     // before application terminates
     virtual void         OSXOnWillTerminate();
+
+private:
+#if wxOSX_USE_IPHONE
+    bool                m_onInitResult;
+#endif
+public:
+
+#endif
     
     // Hide the application windows the same as the system hide command would do it.
     void MacHideApp();