Ignore:
Timestamp:
May 3, 2007 7:56:21 PM (17 years ago)
Author:
bennylp
Message:

Misc Symbian fixes, looks good

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_symbian.cpp

    r1246 r1248  
    422422{ 
    423423    User::After(msec*1000); 
     424     
     425    TInt aError; 
     426    while (CActiveScheduler::RunIfReady(aError, EPriorityMuchLess)) 
     427        ; 
     428     
    424429    return PJ_SUCCESS; 
    425430} 
Note: See TracChangeset for help on using the changeset viewer.