Ignore:
Timestamp:
Nov 9, 2005 3:37:19 PM (19 years ago)
Author:
bennylp
Message:

Rework pjlib++

File:
1 edited

Legend:

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

    r4 r36  
    211211 */ 
    212212#define PJ_EINVALIDOP       (PJ_ERRNO_START_STATUS + 13) 
     213/** 
     214 * @hideinitializer 
     215 * Operation is cancelled. 
     216 */ 
     217#define PJ_ECANCELLED       (PJ_ERRNO_START_STATUS + 14) 
    213218 
    214219/** @} */   /* pj_errnum */ 
Note: See TracChangeset for help on using the changeset viewer.