[trunk] begin to clean the old V1 style message event management

This commit is contained in:
Mickael Savinaud
2012-08-09 14:00:31 +00:00
parent 9ed88f6a8d
commit 4397b675cb
4 changed files with 26 additions and 34 deletions

View File

@@ -89,6 +89,12 @@ opj_bool opj_event_msg(opj_common_ptr cinfo, int event_type, const char *fmt, ..
*/
opj_bool opj_event_msg_v2(opj_event_mgr_t* event_mgr, int event_type, const char *fmt, ...);
/* ----------------------------------------------------------------------- */
/**
* Set the event manager with the default callback function for the 3 levels.
*/
void opj_set_default_event_handler(opj_event_mgr_t * p_manager);
/*@}*/
/*@}*/