Changeset 3317 for pjproject/trunk
- Timestamp:
- Sep 22, 2010 1:21:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/activesock.c
r3316 r3317 220 220 PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT!=0 221 221 asock->sock = sock; 222 pj_activesock_set_iphone_os_bg(asock, 223 PJ_ACTIVESOCK_TCP_IPHONE_OS_BG); 222 asock->bg_setting = PJ_ACTIVESOCK_TCP_IPHONE_OS_BG; 224 223 #endif 225 224
Note: See TracChangeset
for help on using the changeset viewer.