Ignore:
Timestamp:
Feb 21, 2013 11:18:36 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1616: Implementation of Group lock and other foundation in PJLIB for fixing synchronization issues

File:
1 edited

Legend:

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

    r3664 r4359  
    423423 */ 
    424424#define PJ_EAFNOTSUP        (PJ_ERRNO_START_STATUS + 22)/* 70022 */ 
     425/** 
     426 * @hideinitializer 
     427 * Object no longer exists 
     428 */ 
     429#define PJ_EGONE            (PJ_ERRNO_START_STATUS + 23)/* 70023 */ 
    425430 
    426431/** @} */   /* pj_errnum */ 
Note: See TracChangeset for help on using the changeset viewer.