23 #ifndef KDSOAPPENDINGCALL_P_H 24 #define KDSOAPPENDINGCALL_P_H 26 #include <QSharedData> 28 #include <QXmlStreamReader> 29 #include "KDSoapMessage.h" 31 #include "KDSoapClientInterface.h" 32 #include <QNetworkReply> 36 void maybeDebugRequest(
const QByteArray &data,
const QNetworkRequest &request, QNetworkReply *reply);
38 class KDSoapPendingCall::Private :
public QSharedData
41 Private(QNetworkReply *r, QBuffer *b)
42 : reply(r), buffer(b), soapVersion(
KDSoap::SOAP1_1), parsed(false)
48 KDSoapValue parseReplyElement(QXmlStreamReader &reader);
52 QPointer<QNetworkReply> reply;
56 KDSoap::SoapVersion soapVersion;
60 #endif // KDSOAPPENDINGCALL_P_H Definition: KDSoapValue.h:76
Definition: KDSoapMessage.h:41
Definition: KDSoapValue.h:51