summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworksession.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-29 00:30:42 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-29 00:30:42 (GMT)
commit1e06b5e995c6df715da8db53c8375d458277144d (patch)
tree4c7c820e63e82fb6c1606ed379f8b9f7e529c7a0 /src/network/bearer/qnetworksession.cpp
parentb2fc251bb4628a06282d1dcaeda79222b300b912 (diff)
downloadQt-1e06b5e995c6df715da8db53c8375d458277144d.zip
Qt-1e06b5e995c6df715da8db53c8375d458277144d.tar.gz
Qt-1e06b5e995c6df715da8db53c8375d458277144d.tar.bz2
Bearer Management Integration 4.
Diffstat (limited to 'src/network/bearer/qnetworksession.cpp')
-rw-r--r--src/network/bearer/qnetworksession.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/network/bearer/qnetworksession.cpp b/src/network/bearer/qnetworksession.cpp
index 6171350..28afcfe 100644
--- a/src/network/bearer/qnetworksession.cpp
+++ b/src/network/bearer/qnetworksession.cpp
@@ -141,7 +141,7 @@ QTM_BEGIN_NAMESPACE
\value UnknownSessionError An unidentified error occurred.
\value SessionAbortedError The session was aborted by the user or system.
- \value RoamingError The session cannot roam to the new configuration.
+ \value RoamingError The session cannot roam to a new configuration.
\value OperationNotSupportedError The operation is not supported for current configuration.
\value InvalidConfigurationError The operation cannot currently be performed for the
current configuration.
@@ -328,7 +328,10 @@ void QNetworkSession::close()
/*!
Invalidates all open sessions against the network interface and therefore stops the
underlying network interface. This function always changes the session's state() flag to
- \l Disconnected.
+ \l Disconnected.
+
+ On Symbian platform, a 'NetworkControl' capability is required for
+ full interface-level stop (without the capability, only the current session is stopped).
\sa open(), close()
*/