- Timestamp:
- Oct 25, 2013 10:34:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip/include/pjsua2/types.hpp
r4631 r4638 71 71 72 72 /* 73 * Forward declaration of Account, AccountC allback, AccountConfig, to be used73 * Forward declaration of Account, AccountConfig, to be used 74 74 * by Endpoint. 75 75 */ 76 76 class Account; 77 class AccountCallback;78 77 class AccountConfig; 79 78 … … 522 521 */ 523 522 unsigned srcPort; 523 524 /** 525 * Construct from PJSIP's pjsip_rx_data 526 */ 527 void fromPj(pjsip_rx_data &rdata); 524 528 }; 525 529
Note: See TracChangeset
for help on using the changeset viewer.