summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qsymbiansocketengine_p.h
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-12-07 16:23:15 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-12-07 16:35:34 (GMT)
commitc2f9ec2ae225fbaeaa0e463308427fb075d9c2af (patch)
tree4de690e1a8d5dedf5ba68142687dff6c68af8319 /src/network/socket/qsymbiansocketengine_p.h
parentf16b745ca427e75bc045076f5e14742a2a2c713a (diff)
downloadQt-c2f9ec2ae225fbaeaa0e463308427fb075d9c2af.zip
Qt-c2f9ec2ae225fbaeaa0e463308427fb075d9c2af.tar.gz
Qt-c2f9ec2ae225fbaeaa0e463308427fb075d9c2af.tar.bz2
QSymbianSocketEngine: Get global RConnection*
Reviewed-by: Shane Kearns
Diffstat (limited to 'src/network/socket/qsymbiansocketengine_p.h')
-rw-r--r--src/network/socket/qsymbiansocketengine_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/network/socket/qsymbiansocketengine_p.h b/src/network/socket/qsymbiansocketengine_p.h
index 07e1b69..fd449ca 100644
--- a/src/network/socket/qsymbiansocketengine_p.h
+++ b/src/network/socket/qsymbiansocketengine_p.h
@@ -156,8 +156,10 @@ public:
int socketDescriptor;
#ifdef Q_OS_SYMBIAN
mutable RSocket nativeSocket;
+ // From QtCore:
RSocketServ& socketServer;
- RConnection connection; //TODO: shared ref
+ // From QtCore, check lifetime issues, also should be pulling this out of a QNetworkSession somehow:
+ RConnection *connection;
mutable RTimer selectTimer;
#endif