summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/os_symbian.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/src/pj/os_symbian.h')
-rw-r--r--pjlib/src/pj/os_symbian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/src/pj/os_symbian.h b/pjlib/src/pj/os_symbian.h
index be7fdb55..9fa3aae4 100644
--- a/pjlib/src/pj/os_symbian.h
+++ b/pjlib/src/pj/os_symbian.h
@@ -347,7 +347,7 @@ public:
void WaitForActiveObjects(TInt aPriority = CActive::EPriorityStandard)
{
TInt aError;
- User::WaitForAnyRequest();
+ CActiveScheduler::Current()->WaitForAnyRequest();
CActiveScheduler::RunIfReady(aError, aPriority);
}