KD SOAP
Main Page
Classes
Files
File List
All
Classes
Functions
Enumerations
Enumerator
Pages
src
KDSoapServer
KDSoapDelayedResponseHandle.h
1
/****************************************************************************
2
** Copyright (C) 2010-2013 Klaralvdalens Datakonsult AB. All rights reserved.
3
**
4
** This file is part of the KD Soap library.
5
**
6
** Licensees holding valid commercial KD Soap licenses may use this file in
7
** accordance with the KD Soap Commercial License Agreement provided with
8
** the Software.
9
**
10
**
11
** This file may be distributed and/or modified under the terms of the
12
** GNU Lesser General Public License version 2 and version 3 as published by the
13
** Free Software Foundation and appearing in the file LICENSE.LGPL.txt included.
14
**
15
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
16
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17
**
18
** Contact info@kdab.com if any conditions of this licensing are not
19
** clear to you.
20
**
21
**********************************************************************/
22
23
#ifndef KDSOAPDELAYEDRESPONSEHANDLE_H
24
#define KDSOAPDELAYEDRESPONSEHANDLE_H
25
26
#include "KDSoapServerGlobal.h"
27
#include <QtCore/QSharedDataPointer>
28
29
class
KDSoapDelayedResponseHandleData;
30
class
KDSoapServerSocket;
31
38
class
KDSOAPSERVER_EXPORT
KDSoapDelayedResponseHandle
39
{
40
public
:
44
KDSoapDelayedResponseHandle
();
45
KDSoapDelayedResponseHandle
(
const
KDSoapDelayedResponseHandle
&);
46
KDSoapDelayedResponseHandle
&operator=(
const
KDSoapDelayedResponseHandle
&);
47
~
KDSoapDelayedResponseHandle
();
48
49
private
:
50
friend
class
KDSoapServerObjectInterface
;
51
explicit
KDSoapDelayedResponseHandle
(KDSoapServerSocket* socket);
52
KDSoapServerSocket* serverSocket()
const
;
53
QSharedDataPointer<KDSoapDelayedResponseHandleData> data;
54
};
55
56
#endif // KDSOAPDELAYEDRESPONSEHANDLE_H
Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
http://www.kdab.com/products/kd-soap/