Changeset 43 for pjproject/main/pjlib/include/pj/config.h
- Timestamp:
- Nov 11, 2005 7:01:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/include/pj/config.h
r35 r43 148 148 */ 149 149 #ifndef PJ_LOG_MAX_LEVEL 150 # define PJ_LOG_MAX_LEVEL 4150 # define PJ_LOG_MAX_LEVEL 5 151 151 #endif 152 152 … … 404 404 #endif 405 405 406 /** 407 * Function attributes to inform that the function may throw exception. 408 * 409 * @param x The exception list, enclosed in parenthesis. 410 */ 411 #define __pj_throw__(x) 412 406 413 407 414 /********************************************************************
Note: See TracChangeset
for help on using the changeset viewer.