Ignore:
Timestamp:
Jan 21, 2010 10:04:26 AM (14 years ago)
Author:
bennylp
Message:

Ticket #1029: Fix support for multiple (event) subscriptions in a single dialog (thanks Wang Eric for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_dialog.h

    r2855 r3068  
    373373 
    374374/** 
     375 * Check if the specified module has been registered as usage to the dialog. 
     376 * 
     377 * @param dlg               The dialog. 
     378 * @param module            The module. 
     379 * 
     380 * @return                  PJ_TRUE if the specified module is currently 
     381 *                          registered as a usage to the dialog. 
     382 */ 
     383PJ_DECL(pj_bool_t) pjsip_dlg_has_usage(pjsip_dialog *dlg, 
     384                                          pjsip_module *module); 
     385 
     386/** 
    375387 * Attach module specific data to the dialog. Application can also set  
    376388 * the value directly by accessing dlg->mod_data[module_id]. 
Note: See TracChangeset for help on using the changeset viewer.