From 8f426164cc8b5ca4ea96766bf78fd2d1f28cd656 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 3 May 2007 13:31:21 +0000 Subject: Implemented ticket #246, #247, #261, #268, #250 for Symbian git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1246 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pj/os_core_symbian.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pjlib/src/pj/os_core_symbian.cpp') diff --git a/pjlib/src/pj/os_core_symbian.cpp b/pjlib/src/pj/os_core_symbian.cpp index d0bbb157..a55b548a 100644 --- a/pjlib/src/pj/os_core_symbian.cpp +++ b/pjlib/src/pj/os_core_symbian.cpp @@ -83,7 +83,7 @@ static void (*atexit_func[32])(void); // CPjTimeoutTimer::CPjTimeoutTimer() -: CActive(EPriorityNormal), hasTimedOut_(PJ_FALSE) +: CActive(PJ_SYMBIAN_TIMER_PRIORITY), hasTimedOut_(PJ_FALSE) { } @@ -420,13 +420,7 @@ PJ_DEF(pj_status_t) pj_thread_destroy(pj_thread_t *rec) */ PJ_DEF(pj_status_t) pj_thread_sleep(unsigned msec) { - //Not a good idea, as we don't want network events to - //arrive while we're not polling them: - //PjSymbianOS::Instance()->WaitForActiveObjects(); - - //.. so rather use this, which won't wake up Active Objects: User::After(msec*1000); - return PJ_SUCCESS; } -- cgit v1.2.3