]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/apptbase.h
match CFTypeRef declaration to the one in defs.h
[wxWidgets.git] / include / wx / mac / apptbase.h
index 84c68cd0eef1b551b5ac23b4d57d214a9d101311..6216f9082c1f1e132ac2ee92b5e52960f87ec57a 100644 (file)
@@ -1,39 +1,5 @@
-///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/apptbase.h
-// Purpose:     declaration of wxAppTraits for Mac systems
-// Author:      Vadim Zeitlin
-// Modified by: Stefan Csomor
-// Created:     23.06.2003
-// RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
-// Licence:     wxWindows licence
-///////////////////////////////////////////////////////////////////////////////
-
-#ifndef _WX_MAC_APPTBASE_H_
-#define _WX_MAC_APPTBASE_H_
-
-// ----------------------------------------------------------------------------
-// wxAppTraits: the Mac version adds extra hooks needed by Mac code
-// ----------------------------------------------------------------------------
-
-class WXDLLEXPORT wxAppTraits : public wxAppTraitsBase
-{
-public:
-    // wxExecute() support methods
-    // ---------------------------
-
-    // TODO
-
-    // wxThread helpers
-    // ----------------
-
-
-    // TODO
-
-    // other miscellaneous helpers
-    // ---------------------------
-
-};
-
-#endif // _WX_MAC_APPTBASE_H_
-
+#ifdef __WXMAC_CLASSIC__
+#include "wx/mac/classic/apptbase.h"
+#else
+#include "wx/mac/carbon/apptbase.h"
+#endif
\ No newline at end of file