summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworksession_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/bearer/qnetworksession_p.h')
-rw-r--r--src/network/bearer/qnetworksession_p.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/network/bearer/qnetworksession_p.h b/src/network/bearer/qnetworksession_p.h
index cfd744479c..ddf0428b52 100644
--- a/src/network/bearer/qnetworksession_p.h
+++ b/src/network/bearer/qnetworksession_p.h
@@ -59,12 +59,6 @@
#ifndef QT_NO_BEARERMANAGEMENT
-#ifdef Q_OS_SYMBIAN
-class RConnection;
-class RSocket;
-class RHostResolver;
-#endif
-
QT_BEGIN_NAMESPACE
class Q_NETWORK_EXPORT QNetworkSessionPrivate : public QObject
@@ -109,15 +103,6 @@ public:
virtual quint64 bytesReceived() const = 0;
virtual quint64 activeTime() const = 0;
-#ifdef Q_OS_SYMBIAN
- // get internal RConnection (not thread safe, call only from thread that owns the QNetworkSession)
- static RConnection* nativeSession(QNetworkSession&);
- virtual RConnection* nativeSession() = 0;
- // open socket using the internal RConnection (thread safe)
- static TInt nativeOpenSocket(QNetworkSession& session, RSocket& socket, TUint family, TUint type, TUint protocol);
- // open host resolver using the internal RConnection (thread safe)
- static TInt nativeOpenHostResolver(QNetworkSession& session, RHostResolver& resolver, TUint family, TUint protocol);
-#endif
protected:
inline QNetworkConfigurationPrivatePointer privateConfiguration(const QNetworkConfiguration &config) const
{