Ignore:
Timestamp:
Jan 7, 2006 6:44:25 PM (18 years ago)
Author:
bennylp
Message:

Added test functions for UAC transaction

File:
1 edited

Legend:

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

    r107 r109  
    2424PJ_BEGIN_DECL 
    2525 
     26/** 
     27 * Guidelines on error message length. 
     28 */ 
     29#define PJSIP_ERR_MSG_SIZE  64 
     30 
    2631/* 
    2732 * PJSIP error codes occupies 170000 - 219000, and mapped as follows: 
     
    8792 */ 
    8893#define PJSIP_ETYPEEXISTS       (PJSIP_ERRNO_START_PJSIP + 2)   /* 171002 */ 
     94/** 
     95 * @hideinitializer 
     96 * SIP stack is shutting down. 
     97 */ 
     98#define PJSIP_ESHUTDOWN         (PJSIP_ERRNO_START_PJSIP + 3)   /* 171003 */ 
    8999 
    90100 
Note: See TracChangeset for help on using the changeset viewer.