diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-29 22:02:02 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-29 22:02:02 +0000 |
| commit | a6a141d3262edfb741b564afadd5614089614858 (patch) | |
| tree | d07d0cb9053d9f3f36a890bfbb5f6c3a74bcede1 /src/lib/openjp2/openjpeg.h | |
| parent | e0161e03db8f9ee4403a5907f3e4011339147945 (diff) | |
[trunk] move opj_event_mgr struct from openjpeg. h to event.h
Diffstat (limited to 'src/lib/openjp2/openjpeg.h')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index 1e23480a..44fb8492 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -226,33 +226,6 @@ typedef enum LIMIT_DECODING { * */ typedef void (*opj_msg_callback) (const char *msg, void *client_data); - - -/** SHOULD BE MOVE IN EVENT.H when we remove old functions TODO MSD -Message handler object -used for -<ul> -<li>Error messages -<li>Warning messages -<li>Debugging messages -</ul> -*/ -typedef struct opj_event_mgr -{ - /** Data to call the event manager upon */ - void * m_error_data; - /** Data to call the event manager upon */ - void * m_warning_data; - /** Data to call the event manager upon */ - void * m_info_data; - /** Error message callback if available, NULL otherwise */ - opj_msg_callback error_handler; - /** Warning message callback if available, NULL otherwise */ - opj_msg_callback warning_handler; - /** Debug message callback if available, NULL otherwise */ - opj_msg_callback info_handler; -} opj_event_mgr_t; - /* ========================================================== codec typedef definitions |
