Changeset 6074 for pjproject/trunk/pjsip/include/pjsua2/config.hpp
- Timestamp:
- Sep 23, 2019 10:47:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/config.hpp
r6026 r6074 48 48 #endif 49 49 50 /** 51 * Ticket #2189 described some lists of objects which is not thread safe. 52 * The ticket deprecated some APIs which uses those lists and introduce new one 53 * to replace them. This settings will disable the deprecated API all together. 54 * See also https://trac.pjsip.org/repos/ticket/2232 55 */ 56 #ifndef DEPRECATED_FOR_TICKET_2232 57 # define DEPRECATED_FOR_TICKET_2232 1 58 #endif 50 59 51 60 /*
Note: See TracChangeset
for help on using the changeset viewer.