summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2011-10-23 20:06:18 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-10-31 20:25:45 +0100
commit81dfe46f1565ed8c103626d55ff94f5bd378b63f (patch)
tree87803229f98e7a7356d5b3f1a0c6852ab88ded6e /src
parent03f852cb47d508d98aa90f501e9b7f4214e8ad8b (diff)
Remove Symbian support from bind enum documentation.
Symbian is no longer a supported platform. Change-Id: Ifcb2e05661b16acc6307a4ccfaa42586750734c1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/network/socket/qabstractsocket.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/network/socket/qabstractsocket.cpp b/src/network/socket/qabstractsocket.cpp
index 4d80ba259a..a342a95c07 100644
--- a/src/network/socket/qabstractsocket.cpp
+++ b/src/network/socket/qabstractsocket.cpp
@@ -369,13 +369,6 @@
This enum describes the different flags you can pass to modify the
behavior of QAbstractSocket::bind().
- \note On Symbian OS bind flags behaviour depends on process capabilties.
- If process has NetworkControl capability, the bind attempt with
- ReuseAddressHint will always succeed even if the address and port is already
- bound by another socket with any flags. If process does not have
- NetworkControl capability, the bind attempt to address and port already
- bound by another socket will always fail.
-
\value ShareAddress Allow other services to bind to the same address
and port. This is useful when multiple processes share
the load of a single service by listening to the same address and port