Changeset 268 for pjproject/trunk/pjsip/include/pjsip-simple/errno.h
- Timestamp:
- Mar 2, 2006 9:18:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-simple/errno.h
r212 r268 29 29 30 30 31 /************************************************************ 32 * EVENT PACKAGE ERRORS 33 ***********************************************************/ 31 34 /** 32 35 * @hideinitializer … … 41 44 42 45 46 /************************************************************ 47 * PRESENCE ERROR 48 ***********************************************************/ 43 49 /** 44 50 * @hideinitializer … … 73 79 74 80 81 /************************************************************ 82 * ISCOMPOSING ERRORS 83 ***********************************************************/ 84 /** 85 * @hideinitializer 86 * Bad isComposing XML message. 87 */ 88 #define PJSIP_SIMPLE_EBADISCOMPOSE (PJSIP_SIMPLE_ERRNO_START+40) /*270040*/ 89 75 90 76 91 #endif /* __PJSIP_SIMPLE_ERRNO_H__ */
Note: See TracChangeset
for help on using the changeset viewer.