Ignore:
Timestamp:
Dec 5, 2013 7:21:24 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: added some more NULL checking in SIP data types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/include/pjsua2/siptypes.hpp

    r4672 r4683  
    432432public: 
    433433    /** 
     434     * Default constructor. 
     435     */ 
     436    SipRxData(); 
     437 
     438    /** 
    434439     * Construct from PJSIP's pjsip_rx_data 
    435440     */ 
     
    467472     
    468473public: 
     474    /** 
     475     * Default constructor. 
     476     */ 
     477    SipTxData(); 
     478 
    469479    /** 
    470480     * Construct from PJSIP's pjsip_tx_data 
     
    495505     
    496506public: 
     507    /** 
     508     * Default constructor. 
     509     */ 
     510    SipTransaction(); 
     511 
    497512    /** 
    498513     * Construct from PJSIP's pjsip_transaction 
     
    625640public: 
    626641    /** 
     642     * Default constructor. 
     643     */ 
     644    SipEvent(); 
     645 
     646    /** 
    627647     * Construct from PJSIP's pjsip_event 
    628648     */ 
Note: See TracChangeset for help on using the changeset viewer.