- Timestamp:
- Dec 5, 2013 7:21:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip/include/pjsua2/siptypes.hpp
r4672 r4683 432 432 public: 433 433 /** 434 * Default constructor. 435 */ 436 SipRxData(); 437 438 /** 434 439 * Construct from PJSIP's pjsip_rx_data 435 440 */ … … 467 472 468 473 public: 474 /** 475 * Default constructor. 476 */ 477 SipTxData(); 478 469 479 /** 470 480 * Construct from PJSIP's pjsip_tx_data … … 495 505 496 506 public: 507 /** 508 * Default constructor. 509 */ 510 SipTransaction(); 511 497 512 /** 498 513 * Construct from PJSIP's pjsip_transaction … … 625 640 public: 626 641 /** 642 * Default constructor. 643 */ 644 SipEvent(); 645 646 /** 627 647 * Construct from PJSIP's pjsip_event 628 648 */
Note: See TracChangeset
for help on using the changeset viewer.