diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:35:36 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:35:36 +0000 |
| commit | ef0111fbe76e1556028c302c1fd4c804cccf5b76 (patch) | |
| tree | c7babb82eb0af4fdc56446b25f4c7d74a0e76749 /source/xmlrpc.h | |
| parent | 889f415805e84e3d136f8bc009a81a07d157fed8 (diff) | |
| download | qxmpp-ef0111fbe76e1556028c302c1fd4c804cccf5b76.tar.gz | |
allow XML-RPC to be tested
Diffstat (limited to 'source/xmlrpc.h')
| -rw-r--r-- | source/xmlrpc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/xmlrpc.h b/source/xmlrpc.h index f9b179df..e96a2ae3 100644 --- a/source/xmlrpc.h +++ b/source/xmlrpc.h @@ -45,6 +45,10 @@ namespace XMLRPC { + +void marshall( QXmlStreamWriter *writer, const QVariant &value); +QVariant demarshall(const QDomElement &elem, QStringList &errors); + /** * Creates an XMLRPC message that will call a method with a series of * QVariants that will be converted to XMLRPC types. |
