summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-13 00:51:13 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-14 03:03:46 (GMT)
commite75161c4d54406d137f34b9f54fed853c16a6269 (patch)
tree3c58a9076cbb898413e84258d2d2e5caf58249fa /src/plugins/bearer/symbian
parente6efa3ea81dff9eb0ade1c2ba868c272ccfcc958 (diff)
downloadQt-e75161c4d54406d137f34b9f54fed853c16a6269.zip
Qt-e75161c4d54406d137f34b9f54fed853c16a6269.tar.gz
Qt-e75161c4d54406d137f34b9f54fed853c16a6269.tar.bz2
Cherry pick fix for MOBILITY-828 from Qt Mobility.
Change 29776be110cdc121eb5a22446be6adae8ff6f4d8 from Qt Mobility.
Diffstat (limited to 'src/plugins/bearer/symbian')
-rw-r--r--src/plugins/bearer/symbian/qnetworksession_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/bearer/symbian/qnetworksession_impl.cpp b/src/plugins/bearer/symbian/qnetworksession_impl.cpp
index 04853c4..f09c73a 100644
--- a/src/plugins/bearer/symbian/qnetworksession_impl.cpp
+++ b/src/plugins/bearer/symbian/qnetworksession_impl.cpp
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
QNetworkSessionPrivateImpl::QNetworkSessionPrivateImpl(SymbianEngine *engine)
- : CActive(CActive::EPriorityStandard), engine(engine),
+ : CActive(CActive::EPriorityUserInput), engine(engine),
ipConnectionNotifier(0), iHandleStateNotificationsFromManager(false),
iFirstSync(true), iStoppedByUser(false), iClosedByUser(false), iDeprecatedConnectionId(0),
iError(QNetworkSession::UnknownSessionError), iALREnabled(0), iConnectInBackground(false)
@@ -1383,7 +1383,7 @@ void QNetworkSessionPrivateImpl::handleSymbianConnectionStatusChange(TInt aConne
}
ConnectionProgressNotifier::ConnectionProgressNotifier(QNetworkSessionPrivateImpl& owner, RConnection& connection)
- : CActive(CActive::EPriorityStandard), iOwner(owner), iConnection(connection)
+ : CActive(CActive::EPriorityUserInput), iOwner(owner), iConnection(connection)
{
CActiveScheduler::Add(this);
}