aboutsummaryrefslogtreecommitdiff
path: root/source/xmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/xmlrpc.h')
-rw-r--r--source/xmlrpc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/xmlrpc.h b/source/xmlrpc.h
index f562ce23..021c5892 100644
--- a/source/xmlrpc.h
+++ b/source/xmlrpc.h
@@ -69,7 +69,6 @@ protected:
virtual void marshall( QXmlStreamWriter *writer, const QVariant &val ) const;
virtual QVariant demarshall( const QDomElement &elem ) const;
-
private:
mutable QString m_message;
mutable bool m_valid;
@@ -118,11 +117,6 @@ public:
ResponseMessage( const QDomElement &element );
/**
- * Create a new recive packet with an xml packet
- */
- ResponseMessage( const QByteArray &xml );
-
- /**
* Create a new response message with data.
*/
ResponseMessage( const QList< QVariant >& theValue );