X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e17206f71b41034cadb28419af637f0d7ca682f1..508b6523350b4b1c4b2518b6c8c69e5d161f26c5:/include/wx/mac/carbon/macnotfy.h diff --git a/include/wx/mac/carbon/macnotfy.h b/include/wx/mac/carbon/macnotfy.h index 5e412bcfc0..35516a1860 100644 --- a/include/wx/mac/carbon/macnotfy.h +++ b/include/wx/mac/carbon/macnotfy.h @@ -1,34 +1 @@ -/* ------------------------------------------------------------------------- - * Project: Mac Notifier Support - * Name: macnotfy.h - * Author: Stefan CSomor - * Purpose: Mac Notifier include file - * CVSID: $Id$ - * ------------------------------------------------------------------------- - */ - -#ifndef MAC_NOTIFYERS -#define MAC_NOTIFYERS - -#include "wx/dlimpexp.h" - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -typedef void (*wxMacNotificationProcPtr)(unsigned long event , void* data ) ; - -typedef void *wxMacNotifierTableRef ; -WXDLLIMPEXP_BASE void wxMacCreateNotifierTable() ; -WXDLLIMPEXP_BASE void wxMacDestroyNotifierTable() ; -WXDLLIMPEXP_BASE wxMacNotifierTableRef wxMacGetNotifierTable() ; -WXDLLIMPEXP_BASE void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ; -WXDLLIMPEXP_BASE void wxMacProcessNotifierEvents() ; -WXDLLIMPEXP_BASE void wxMacProcessNotifierAndPendingEvents() ; -WXDLLIMPEXP_BASE void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ; - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* MAC_NOTIFYERS */ +// TODO REMOVE \ No newline at end of file