Changeset 1242 for pjproject/trunk/pjlib/include/pj/except.h
- Timestamp:
- May 2, 2007 11:29:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/except.h
r1235 r1242 246 246 ****************************************************************************/ 247 247 248 /* To include this file, the source file must be compiled as 249 * C++ code! 250 */ 251 #ifdef __cplusplus 252 248 253 class TPjException 249 254 { … … 261 266 #define PJ_GET_EXCEPTION() pj_excp_.code_ 262 267 268 #endif /* __cplusplus */ 269 263 270 #else 264 271 /*****************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.