Ignore:
Timestamp:
Dec 17, 2008 11:36:22 AM (15 years ago)
Author:
nanang
Message:

Ticket #675:

  • Fixed ICE+STUN panic E32User-CBASE 46, the problem seems to be inside the Symbian version of pjsua_handle_events().
  • Updated minor things, e.g: compile warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_symbian.h

    r2039 r2379  
    348348    { 
    349349        TInt aError; 
    350         User::WaitForAnyRequest(); 
     350        CActiveScheduler::Current()->WaitForAnyRequest(); 
    351351        CActiveScheduler::RunIfReady(aError, aPriority); 
    352352    } 
Note: See TracChangeset for help on using the changeset viewer.