diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-13 08:23:09 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-13 08:23:09 +0000 |
| commit | b3115a90b058d05b2580f0f34b402c94e605fc92 (patch) | |
| tree | 605ee880fc06d2d1623c1e87b799780f4fe8b5c7 /src/QXmppClient.h | |
| parent | 38bf36a15e08a67230bb658d2121cd048f428659 (diff) | |
| download | qxmpp-b3115a90b058d05b2580f0f34b402c94e605fc92.tar.gz | |
remove traces of RPC code from QXmppClient
Diffstat (limited to 'src/QXmppClient.h')
| -rw-r--r-- | src/QXmppClient.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h index c39ec310..0f870256 100644 --- a/src/QXmppClient.h +++ b/src/QXmppClient.h @@ -40,10 +40,6 @@ class QXmppPacket; class QXmppIq; class QXmppStream; -// obsolete -class QXmppInvokable; -struct QXmppRemoteMethodResult; - // managers class QXmppArchiveManager; class QXmppDiscoveryIq; @@ -149,22 +145,6 @@ public: bool setReconnectionManager(QXmppReconnectionManager*); /// \cond - // FIXME: these methods are not in keeping with the "manager" approach, - // the whole RPC support either needs some love or should be pulled. - void addInvokableInterface( QXmppInvokable *interface ); - QXmppRemoteMethodResult callRemoteMethod( const QString &jid, - const QString &interface, - const QVariant &arg1 = QVariant(), - const QVariant &arg2 = QVariant(), - const QVariant &arg3 = QVariant(), - const QVariant &arg4 = QVariant(), - const QVariant &arg5 = QVariant(), - const QVariant &arg6 = QVariant(), - const QVariant &arg7 = QVariant(), - const QVariant &arg8 = QVariant(), - const QVariant &arg9 = QVariant(), - const QVariant &arg10 = QVariant() ); - // FIXME: these methods are deprecated, their API is just too hard to read. // If you need this level of customisation, work directly with QXmppConfiguration. void Q_DECL_DEPRECATED connectToServer(const QString& host, |
