diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2009-12-09 05:44:52 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-01-04 01:07:51 (GMT) |
commit | 7858758772ad01e6a772cb048e4f1eda7f4ec9c3 (patch) | |
tree | d8a81f486ee01f494991c89529d06f4e2fa16167 /src/network/bearer/qnetworksessionengine_p.h | |
parent | ee8b1156400791a077280138863336ea93a774a7 (diff) | |
download | Qt-7858758772ad01e6a772cb048e4f1eda7f4ec9c3.zip Qt-7858758772ad01e6a772cb048e4f1eda7f4ec9c3.tar.gz Qt-7858758772ad01e6a772cb048e4f1eda7f4ec9c3.tar.bz2 |
Rework NetworkManager backend.
Diffstat (limited to 'src/network/bearer/qnetworksessionengine_p.h')
-rw-r--r-- | src/network/bearer/qnetworksessionengine_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/bearer/qnetworksessionengine_p.h b/src/network/bearer/qnetworksessionengine_p.h index 0145976..a698c40 100644 --- a/src/network/bearer/qnetworksessionengine_p.h +++ b/src/network/bearer/qnetworksessionengine_p.h @@ -54,6 +54,7 @@ // #include "qnetworkconfiguration_p.h" +#include "qnetworksession.h" #include <QtCore/qobject.h> #include <QtCore/qglobal.h> @@ -91,6 +92,8 @@ public: virtual void requestUpdate() = 0; + virtual QNetworkSession::State sessionStateForId(const QString &id) = 0; + public: //this table contains an up to date list of all configs at any time. //it must be updated if configurations change, are added/removed or |