]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/macnotfy.h
made deprecated erase() overload inline
[wxWidgets.git] / include / wx / mac / carbon / macnotfy.h
index 7f85d88bbd3d1c6bd11159f448d56d4d9d4b85a7..35516a186002eb9e26c2067ebf011a2a9e032571 100644 (file)
@@ -1,32 +1 @@
-/* -------------------------------------------------------------------------
- * Project: Mac Notifier Support
- * Name:    macnotfy.h
- * Author:  Stefan CSomor
- * Purpose: Mac Notifier include file
- * CVSID:   $Id$
- * -------------------------------------------------------------------------
- */
-#ifndef MAC_NOTIFYERS
-#define MAC_NOTIFYERS
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-typedef void (*wxMacNotificationProcPtr)(unsigned long event , void* data ) ;
-
-typedef void *wxMacNotifierTableRef ;
-void wxMacCreateNotifierTable() ;
-void wxMacDestroyNotifierTable() ;
-wxMacNotifierTableRef wxMacGetNotifierTable() ;
-void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ;
-void wxMacProcessNotifierEvents() ;
-void wxMacProcessNotifierAndPendingEvents() ;
-void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ;
-
-#ifdef __cplusplus
-}
-#endif  /* __cplusplus */
-
-#endif /* MAC_NOTIFYERS */
\ No newline at end of file
+// TODO REMOVE
\ No newline at end of file