summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl_p.h
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2011-04-13 14:10:41 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2011-05-03 16:47:03 +0200
commitea4df8586e16efd82eb3ae5b71857c950cbb717f (patch)
tree2c79eed9d5a568e9ea671ca55a531e05fab1b242 /src/network/access/qnetworkreplyhttpimpl_p.h
parentaef6239e7d7cff1ed162408998a897cf112be47e (diff)
QNAM: Function re-ordering
Diffstat (limited to 'src/network/access/qnetworkreplyhttpimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyhttpimpl_p.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/network/access/qnetworkreplyhttpimpl_p.h b/src/network/access/qnetworkreplyhttpimpl_p.h
index 63ad2b9750..0420ffd313 100644
--- a/src/network/access/qnetworkreplyhttpimpl_p.h
+++ b/src/network/access/qnetworkreplyhttpimpl_p.h
@@ -180,18 +180,14 @@ public:
void _q_finished();
- // ?
- void consume(qint64 count);
-
- void setDownloadBuffer(QSharedPointer<char> sp, qint64 size);
- char* getDownloadBuffer(qint64 size);
-
// FIXME
void finished();
void error(QNetworkReply::NetworkError code, const QString &errorString);
void _q_error(QNetworkReply::NetworkError code, const QString &errorString);
void metaDataChanged();
+
void redirectionRequested(const QUrl &target);
+ void checkForRedirect(const int statusCode);
// incoming from user
@@ -249,6 +245,8 @@ public:
QByteDataBuffer pendingDownloadData; // For signal compression
qint64 bytesDownloaded;
qint64 lastBytesDownloaded;
+ void setDownloadBuffer(QSharedPointer<char> sp, qint64 size);
+ char* getDownloadBuffer(qint64 size);
// only used when the "zero copy" style is used. Else downloadMultiBuffer is used.
// Please note that the whole "zero copy" download buffer API is private right now. Do not use it.
@@ -279,7 +277,6 @@ public:
void postRequest();
- void checkForRedirect(const int statusCode);
public:
// From HTTP thread: