Changeset 5456 for pjproject/trunk/pjsip/include/pjsip/sip_dialog.h
- Timestamp:
- Oct 7, 2016 8:41:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_dialog.h
r5241 r5456 558 558 559 559 /** 560 * Get the dialog instance for the outgoing tdata. Returns NULL if the message 561 * wasn't sent from a dialog. 562 * 563 * @param tdata Outgoing message buffer. 564 * 565 * @return The dialog instance that "owns" the message. 566 */ 567 PJ_DECL(pjsip_dialog*) pjsip_tdata_get_dlg( pjsip_tx_data *tdata ); 568 569 /** 560 570 * Get the associated dialog for the specified transaction, if any. 561 571 *
Note: See TracChangeset
for help on using the changeset viewer.