|
a/libupnpp/soaphelp.hxx |
|
b/libupnpp/soaphelp.hxx |
|
... |
|
... |
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _SOAPHELP_H_X_INCLUDED_
|
17 |
#ifndef _SOAPHELP_H_X_INCLUDED_
|
18 |
#define _SOAPHELP_H_X_INCLUDED_
|
18 |
#define _SOAPHELP_H_X_INCLUDED_
|
19 |
|
19 |
|
20 |
#include <vector>
|
20 |
#include <upnp/ixml.h> // for IXML_Document
|
21 |
#include <string>
|
|
|
22 |
#include <map>
|
|
|
23 |
#include <unordered_map>
|
|
|
24 |
|
21 |
|
25 |
#include <upnp/ixml.h>
|
22 |
#include <map> // for map
|
|
|
23 |
#include <string> // for string
|
|
|
24 |
#include <unordered_map> // for unordered_map
|
|
|
25 |
#include <utility> // for pair
|
|
|
26 |
#include <vector> // for vector
|
26 |
|
27 |
|
27 |
namespace UPnPP {
|
28 |
namespace UPnPP {
|
28 |
|
29 |
|
29 |
/** Store returned values after decoding the arguments in a SOAP Call */
|
30 |
/** Store returned values after decoding the arguments in a SOAP Call */
|
30 |
class SoapDecodeOutput {
|
31 |
class SoapDecodeOutput {
|