Ignore:
Timestamp:
Feb 27, 2013 10:16:08 AM (11 years ago)
Author:
ming
Message:

Re #1559: Backported to 1.x, except r4312,r4330

Location:
pjproject/branches/1.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x

  • pjproject/branches/1.x/pjlib/src/pjlib-test/ioq_tcp.c

    r3553 r4387  
    364364#ifdef PJ_SYMBIAN 
    365365        callback_call_count = 0; 
    366         pj_symbianos_poll(-1, 1000); 
     366        pj_symbianos_poll(-1, PJ_TIME_VAL_MSEC(timeout)); 
    367367        status = callback_call_count; 
    368368#else 
     
    413413        pj_time_val timeout = {1, 0}; 
    414414#ifdef PJ_SYMBIAN 
    415         status = pj_symbianos_poll(-1, 1000); 
     415        status = pj_symbianos_poll(-1, PJ_TIME_VAL_MSEC(timeout)); 
    416416#else 
    417417        status = pj_ioqueue_poll(ioque, &timeout); 
     
    543543#ifdef PJ_SYMBIAN 
    544544        callback_call_count = 0; 
    545         pj_symbianos_poll(-1, 1000); 
     545        pj_symbianos_poll(-1, PJ_TIME_VAL_MSEC(timeout)); 
    546546        status = callback_call_count; 
    547547#else 
     
    577577        pj_time_val timeout = {1, 0}; 
    578578#ifdef PJ_SYMBIAN 
    579         status = pj_symbianos_poll(-1, 1000); 
     579        status = pj_symbianos_poll(-1, PJ_TIME_VAL_MSEC(timeout)); 
    580580#else 
    581581        status = pj_ioqueue_poll(ioque, &timeout); 
     
    772772 
    773773#ifdef PJ_SYMBIAN 
    774                 status = pj_symbianos_poll(-1, 1000); 
     774                status = pj_symbianos_poll(-1, PJ_TIME_VAL_MSEC(timeout)); 
    775775#else 
    776776                status = pj_ioqueue_poll(ioque, &timeout); 
     
    798798            pj_time_val timeout = {1, 0}; 
    799799#ifdef PJ_SYMBIAN 
    800             status = pj_symbianos_poll(-1, 1000); 
     800            status = pj_symbianos_poll(-1, PJ_TIME_VAL_MSEC(timeout)); 
    801801#else 
    802802            status = pj_ioqueue_poll(ioque, &timeout); 
Note: See TracChangeset for help on using the changeset viewer.