equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtNetwork module of the Qt Toolkit. |
7 ** This file is part of the QtNetwork module of the Qt Toolkit. |
8 ** |
8 ** |
159 void QNetworkAccessBackend::downstreamReadyWrite() |
159 void QNetworkAccessBackend::downstreamReadyWrite() |
160 { |
160 { |
161 // do nothing |
161 // do nothing |
162 } |
162 } |
163 |
163 |
|
164 void QNetworkAccessBackend::setDownstreamLimited(bool b) |
|
165 { |
|
166 Q_UNUSED(b); |
|
167 // do nothing |
|
168 } |
|
169 |
164 void QNetworkAccessBackend::copyFinished(QIODevice *) |
170 void QNetworkAccessBackend::copyFinished(QIODevice *) |
165 { |
171 { |
166 // do nothing |
172 // do nothing |
167 } |
173 } |
168 |
174 |