idlefw/src/utility/caipspropertyobserver.cpp
branchRCL_3
changeset 69 cb506ec2d869
parent 51 15e4dd19031c
--- a/idlefw/src/utility/caipspropertyobserver.cpp	Wed Mar 31 13:30:40 2010 +0300
+++ b/idlefw/src/utility/caipspropertyobserver.cpp	Wed May 12 13:35:37 2010 +0300
@@ -38,7 +38,7 @@
 CPSPropertyObserver::CPSPropertyObserver( TCallBack aCallBack,
                                           TUid aCategory,
                                           TInt aKey )
-  : CActive( EPriorityStandard ),
+  : CActive( EPriorityHigh ),
     iCallBack( aCallBack ),
     iCategory( aCategory ),
     iKey( aKey )