Changes between Version 1 and Version 2 of Ticket #354
- Timestamp:
- Jul 20, 2007 8:06:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #354 – Description
v1 v2 8 8 9 9 When {{{PJ_DLL}}} macro is not set, static linking is assumed. 10 11 Please see the comments on building PJLIB as DLL in {{{<pj/config.h>}}} file for more info. 10 12 11 13 '''DEF file generation''' … … 28 30 - '''sock.h''', added {{{pj_AF_INET()}}} function which returns {{{PJ_AF_INET}}} value, {{{pj_SOCK_STREAM()}}} for {{{PJ_SOCK_STREAM}}}, etc. All libraries have been updated to use this function rather than directly accessing the variable. 29 31 - '''pool.h''', added {{{pj_pool_factory_get_default_policy()}}} function which returns the default pool factory policy. In addition, user may specify NULL as the policy when calling {{{pj_caching_pool_init()}}} to make it use the default policy. 32 33 The accessor functions for socket constants are implemented in a NEW file, '''{{{sock_common.c}}}'''. 34