Changeset 5207 for pjproject/trunk
- Timestamp:
- Dec 8, 2015 11:25:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/siptypes.cpp
r5170 r5207 517 517 this->statusCode = tsx.status_code; 518 518 this->statusText = pj2Str(tsx.status_text); 519 this->state = tsx.state; 519 520 if (tsx.last_tx) 520 521 this->lastTx.fromPj(*tsx.last_tx);
Note: See TracChangeset
for help on using the changeset viewer.