]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/app.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / osx / app.h
index e96088c7c24ac55e1b59168818cd91d8511bb62e..b341817be2328d977fb8bb2ec60d355e4f98117a 100644 (file)
@@ -141,6 +141,7 @@ public:
     virtual void         MacNewFile() ;
     // in response of a reopen-application apple event
     virtual void         MacReopenApp() ;
     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
     // immediately before the native event loop launches
     virtual void         OSXOnWillFinishLaunching();
     // immediately when the native event loop starts, no events have been served yet
@@ -149,6 +150,14 @@ public:
     virtual bool         OSXOnShouldTerminate();
     // before application terminates
     virtual void         OSXOnWillTerminate();
     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();
     
     // Hide the application windows the same as the system hide command would do it.
     void MacHideApp();