|
a/libupnpp/soaphelp.hxx |
|
b/libupnpp/soaphelp.hxx |
|
... |
|
... |
21 |
#include <string>
|
21 |
#include <string>
|
22 |
#include <map>
|
22 |
#include <map>
|
23 |
#include <unordered_map>
|
23 |
#include <unordered_map>
|
24 |
|
24 |
|
25 |
#include <upnp/ixml.h>
|
25 |
#include <upnp/ixml.h>
|
|
|
26 |
|
|
|
27 |
namespace UPnPP {
|
26 |
|
28 |
|
27 |
/** Store returned values after decoding the arguments in a SOAP Call */
|
29 |
/** Store returned values after decoding the arguments in a SOAP Call */
|
28 |
class SoapDecodeOutput {
|
30 |
class SoapDecodeOutput {
|
29 |
public:
|
31 |
public:
|
30 |
std::string name;
|
32 |
std::string name;
|
|
... |
|
... |
108 |
* </e:propertyset>
|
110 |
* </e:propertyset>
|
109 |
*/
|
111 |
*/
|
110 |
extern bool decodePropertySet(IXML_Document *doc,
|
112 |
extern bool decodePropertySet(IXML_Document *doc,
|
111 |
std::unordered_map<std::string,std::string>& out);
|
113 |
std::unordered_map<std::string,std::string>& out);
|
112 |
|
114 |
|
|
|
115 |
|
|
|
116 |
} // namespace UPnPP
|
|
|
117 |
|
113 |
#endif /* _SOAPHELP_H_X_INCLUDED_ */
|
118 |
#endif /* _SOAPHELP_H_X_INCLUDED_ */
|