Ignore:
Timestamp:
Feb 20, 2007 9:58:36 PM (17 years ago)
Author:
bennylp
Message:

Checked in latest changes in iceproject branch before merging in to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/iceproject/pjlib-util/include/pjlib-util/errno.h

    r913 r990  
    119119 */ 
    120120#define PJLIB_UTIL_ESTUNINVALIDID   (PJLIB_UTIL_ERRNO_START+16) /* 320016 */ 
     121/** 
     122 * @hideinitializer 
     123 * Unable to find handler for the request. 
     124 */ 
     125#define PJLIB_UTIL_ESTUNNOHANDLER   (PJLIB_UTIL_ERRNO_START+17) /* 320017 */ 
    121126 
    122127 
Note: See TracChangeset for help on using the changeset viewer.