Changeset 6026 for pjproject/trunk/pjsip/include/pjsua2/config.hpp
- Timestamp:
- Jun 12, 2019 6:00:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/config.hpp
r5878 r6026 48 48 #endif 49 49 50 51 /* 52 * C++11 deprecated dynamic exception specification, but SWIG needs it. 53 */ 54 #ifndef SWIG 55 # define PJSUA2_THROW(x) 56 #else 57 # define PJSUA2_THROW(x) throw(x) 58 #endif 59 50 60 /** 51 61 * @} PJSUA2_CFG
Note: See TracChangeset
for help on using the changeset viewer.