From 70c376063aa3a30db16facd8c103b2c6ef3b3e36 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 16:22:18 +0000 Subject: rename "example" to "examples" --- example/example_5_rpcInterface/remoteinterface.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 example/example_5_rpcInterface/remoteinterface.h (limited to 'example/example_5_rpcInterface/remoteinterface.h') diff --git a/example/example_5_rpcInterface/remoteinterface.h b/example/example_5_rpcInterface/remoteinterface.h deleted file mode 100644 index 02ce72d7..00000000 --- a/example/example_5_rpcInterface/remoteinterface.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef REMOTEINTERFACE_H -#define REMOTEINTERFACE_H - -#include "QXmppInvokable.h" - -class RemoteInterface : public QXmppInvokable -{ - Q_OBJECT -public: - RemoteInterface(QObject *parent = 0); - - bool isAuthorized( const QString &jid ) const; - -// RPC Interface -public slots: - QString echoString( const QString &message ); - -}; - -#endif // REMOTEINTERFACE_H -- cgit v1.2.3