Ignore:
Timestamp:
Oct 3, 2007 6:28:49 PM (17 years ago)
Author:
bennylp
Message:

Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/errno.h

    r1405 r1469  
    305305 */ 
    306306#define PJ_ETOOSMALL        (PJ_ERRNO_START_STATUS + 19)/* 70019 */ 
    307  
     307/** 
     308 * @hideinitializer 
     309 * Ignored 
     310 */ 
     311#define PJ_EIGNORED         (PJ_ERRNO_START_STATUS + 20)/* 70020 */ 
    308312 
    309313/** @} */   /* pj_errnum */ 
Note: See TracChangeset for help on using the changeset viewer.