Ignore:
Timestamp:
Mar 31, 2011 5:54:16 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1225: iPhone: UDP socket send error after waking up from background mode (thanks Joe Meade for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ioqueue_select.c

    r3456 r3491  
    126126 
    127127/* Proto */ 
     128#if defined(PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT) && \ 
     129            PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT!=0 
    128130static pj_status_t replace_udp_sock(pj_ioqueue_key_t *h); 
     131#endif 
    129132 
    130133/* Include implementation for common abstraction after we declare 
Note: See TracChangeset for help on using the changeset viewer.