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

Rework pjlib++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pj/errno.c

    r6 r36  
    3030    { PJ_EBUSY,         "Object is busy"}, 
    3131    { PJ_ENOTSUP,       "Option/operation is not supported"}, 
    32     { PJ_EINVALIDOP,    "Invalid operation"} 
     32    { PJ_EINVALIDOP,    "Invalid operation"}, 
     33    { PJ_ECANCELLED,    "Operation cancelled"} 
    3334}; 
    3435 
Note: See TracChangeset for help on using the changeset viewer.