Changeset 264


Ignore:
Timestamp:
Mar 2, 2006 9:13:10 PM (18 years ago)
Author:
bennylp
Message:

Added PJLIB_UTIL_EINXML in errno

Location:
pjproject/trunk/pjlib-util
Files:
2 edited

Legend:

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

    r217 r264  
    9191 
    9292 
     93/************************************************************ 
     94 * XML ERROR 
     95 ***********************************************************/ 
     96/** 
     97 * @hideinitializer 
     98 * General invalid XML message. 
     99 */ 
     100#define PJLIB_UTIL_EINXML           (PJLIB_UTIL_ERRNO_START+20) 
     101 
     102 
    93103#endif  /* __PJLIB_UTIL_ERRNO_H__ */ 
  • pjproject/trunk/pjlib-util/src/pjlib-util/errno.c

    r217 r264  
    4545    { PJLIB_UTIL_ESTUNSYMMETRIC,    "Symetric NAT detected by STUN" }, 
    4646 
     47    /* XML errors */ 
     48    { PJLIB_UTIL_EINXML,            "Invalid XML message" }, 
    4749}; 
    4850 
Note: See TracChangeset for help on using the changeset viewer.