24 #ifndef KDSOAPDELAYEDRESPONSEHANDLE_H
25 #define KDSOAPDELAYEDRESPONSEHANDLE_H
27 #include "KDSoapServerGlobal.h"
28 #include <QtCore/QSharedDataPointer>
30 class KDSoapDelayedResponseHandleData;
31 class KDSoapServerSocket;
54 QSharedDataPointer<KDSoapDelayedResponseHandleData> data;
57 #endif // KDSOAPDELAYEDRESPONSEHANDLE_H
QAbstractSocket * serverSocket() const
Definition: KDSoapServerObjectInterface.cpp:135
Definition: KDSoapServerObjectInterface.h:67
Definition: KDSoapDelayedResponseHandle.h:39