src/network/access/qnetworkaccessbackend.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 29 b72c6db6890b
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     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