Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_dialog.h

    r979 r1417  
    8787} pjsip_dialog_state; 
    8888 
     89 
    8990/** 
    9091 * This structure describes the dialog structure. Application MUST NOT 
     
    127128    pj_bool_t           uac_has_2xx;/**< UAC has received 2xx response?     */ 
    128129    pj_bool_t           secure;     /**< Use secure transport?              */ 
     130    pj_bool_t           add_allow;  /**< Add Allow header in requests?      */ 
    129131    pjsip_cid_hdr      *call_id;    /**< Call-ID header.                    */ 
    130132    pjsip_route_hdr     route_set;  /**< Route set.                         */ 
Note: See TracChangeset for help on using the changeset viewer.