17#ifndef KDSOAPDELAYEDRESPONSEHANDLE_H
18#define KDSOAPDELAYEDRESPONSEHANDLE_H
20#include "KDSoapServerGlobal.h"
21#include <QtCore/QSharedDataPointer>
23class KDSoapDelayedResponseHandleData;
24class KDSoapServerSocket;
46 KDSoapServerSocket *serverSocket()
const;
47 QSharedDataPointer<KDSoapDelayedResponseHandleData> data;
Definition: KDSoapDelayedResponseHandle.h:33
Definition: KDSoapServerObjectInterface.h:66