Ignore:
Timestamp:
Nov 21, 2005 5:07:18 PM (18 years ago)
Author:
bennylp
Message:

Optimization here and there, changes because of PJLIB modifications

File:
1 edited

Legend:

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

    r65 r74  
    6868{ 
    6969    PJ_DECL_LIST_MEMBER(struct pjsip_parser_err_report); 
    70     int         exception_code; /**< Error exception (e.g. PJSIP_SYN_ERR_EXCEPTION) */ 
     70    int         except_code;    /**< Error exception (e.g. PJSIP_SYN_ERR_EXCEPTION) */ 
    7171    int         line;           /**< Line number. */ 
    7272    int         col;            /**< Column number. */ 
Note: See TracChangeset for help on using the changeset viewer.