Changeset 1367
- Timestamp:
- Jun 12, 2007 4:22:09 PM (17 years ago)
- Location:
- pjproject/trunk/pjsip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r1363 r1367 845 845 * @param status Delivery status. 846 846 * @param reason Delivery status reason. 847 * @param tdata The original MESSAGE request. 847 848 * @param rdata The incoming MESSAGE response, or NULL if the 848 849 * message transaction fails because of time out … … 855 856 pjsip_status_code status, 856 857 const pj_str_t *reason, 858 pjsip_tx_data *tdata, 857 859 pjsip_rx_data *rdata); 858 860 -
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_im.c
r1363 r1367 378 378 tsx->status_code, 379 379 &tsx->status_text, 380 tsx->last_tx, 380 381 rdata); 381 382 }
Note: See TracChangeset
for help on using the changeset viewer.