Changes between Version 1 and Version 2 of Ticket #354


Ignore:
Timestamp:
Jul 20, 2007 8:06:30 AM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #354 – Description

    v1 v2  
    88 
    99When {{{PJ_DLL}}} macro is not set, static linking is assumed. 
     10 
     11Please see the comments on building PJLIB as DLL in {{{<pj/config.h>}}} file for more info. 
    1012 
    1113'''DEF file generation''' 
     
    2830 - '''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. 
    2931 - '''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 
     33The accessor functions for socket constants are implemented in a NEW file, '''{{{sock_common.c}}}'''. 
     34