17 #ifndef KDSOAPDELAYEDRESPONSEHANDLE_H 18 #define KDSOAPDELAYEDRESPONSEHANDLE_H 20 #include "KDSoapServerGlobal.h" 21 #include <QtCore/QSharedDataPointer> 23 class KDSoapDelayedResponseHandleData;
24 class KDSoapServerSocket;
47 QSharedDataPointer<KDSoapDelayedResponseHandleData> data;
50 #endif // KDSOAPDELAYEDRESPONSEHANDLE_H QAbstractSocket * serverSocket() const
Definition: KDSoapServerObjectInterface.cpp:142
Definition: KDSoapServerObjectInterface.h:65
Definition: KDSoapDelayedResponseHandle.h:32