Changeset 846 for trunk/src/network/access/qnetworkaccessmanager_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/network/access/qnetworkaccessmanager_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 59 59 #include "private/qobject_p.h" 60 60 #include "QtNetwork/qnetworkproxy.h" 61 61 62 62 63 QT_BEGIN_NAMESPACE … … 75 76 proxyFactory(0), 76 77 #endif 78 79 80 81 82 83 77 84 cookieJarCreated(false) 78 85 { } … … 85 92 86 93 void authenticationRequired(QNetworkAccessBackend *backend, QAuthenticator *authenticator); 87 void addCredentials(const QUrl &url, const QAuthenticator *auth);94 void Credentials(const QUrl &url, const QAuthenticator *auth); 88 95 QNetworkAuthenticationCredential *fetchCachedCredentials(const QUrl &url, 89 96 const QAuthenticator *auth = 0); … … 92 99 void proxyAuthenticationRequired(QNetworkAccessBackend *backend, const QNetworkProxy &proxy, 93 100 QAuthenticator *authenticator); 94 void addCredentials(const QNetworkProxy &proxy, const QAuthenticator *auth);95 QNetworkAuthenticationCredential *fetchCached Credentials(const QNetworkProxy &proxy,101 void Credentials(const QNetworkProxy &proxy, const QAuthenticator *auth); 102 QNetworkAuthenticationCredential *fetchCachedCredentials(const QNetworkProxy &proxy, 96 103 const QAuthenticator *auth = 0); 97 104 QList<QNetworkProxy> queryProxy(const QNetworkProxyQuery &query); … … 99 106 100 107 QNetworkAccessBackend *findBackend(QNetworkAccessManager::Operation op, const QNetworkRequest &request); 108 109 110 111 112 113 114 115 116 117 101 118 102 119 // this is the cache for storing downloaded files … … 111 128 #endif 112 129 130 131 132 133 134 135 136 137 113 138 bool cookieJarCreated; 114 115 139 116 140 // this cache can be used by individual backends to cache e.g. their TCP connections to a server
Note:
See TracChangeset
for help on using the changeset viewer.