Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/network/access/qnetworkaccessmanager_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    5959#include "private/qobject_p.h"
    6060#include "QtNetwork/qnetworkproxy.h"
     61
    6162
    6263QT_BEGIN_NAMESPACE
     
    7576          proxyFactory(0),
    7677#endif
     78
     79
     80
     81
     82
     83
    7784          cookieJarCreated(false)
    7885    { }
     
    8592
    8693    void authenticationRequired(QNetworkAccessBackend *backend, QAuthenticator *authenticator);
    87     void addCredentials(const QUrl &url, const QAuthenticator *auth);
     94    void Credentials(const QUrl &url, const QAuthenticator *auth);
    8895    QNetworkAuthenticationCredential *fetchCachedCredentials(const QUrl &url,
    8996                                                             const QAuthenticator *auth = 0);
     
    9299    void proxyAuthenticationRequired(QNetworkAccessBackend *backend, const QNetworkProxy &proxy,
    93100                                     QAuthenticator *authenticator);
    94     void addCredentials(const QNetworkProxy &proxy, const QAuthenticator *auth);
    95     QNetworkAuthenticationCredential *fetchCachedCredentials(const QNetworkProxy &proxy,
     101    void Credentials(const QNetworkProxy &proxy, const QAuthenticator *auth);
     102    QNetworkAuthenticationCredential *fetchCachedCredentials(const QNetworkProxy &proxy,
    96103                                                             const QAuthenticator *auth = 0);
    97104    QList<QNetworkProxy> queryProxy(const QNetworkProxyQuery &query);
     
    99106
    100107    QNetworkAccessBackend *findBackend(QNetworkAccessManager::Operation op, const QNetworkRequest &request);
     108
     109
     110
     111
     112
     113
     114
     115
     116
     117
    101118
    102119    // this is the cache for storing downloaded files
     
    111128#endif
    112129
     130
     131
     132
     133
     134
     135
     136
     137
    113138    bool cookieJarCreated;
    114 
    115139
    116140    // 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.