From a45977185a485624095bff1a15024e9199eee676 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 1 Jan 2016 22:05:42 +0100 Subject: reorganize source files into SAP and agents --- notificationagent.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 notificationagent.h (limited to 'notificationagent.h') diff --git a/notificationagent.h b/notificationagent.h deleted file mode 100644 index 1b9c9cb..0000000 --- a/notificationagent.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef NOTIFICATIONAGENT_H -#define NOTIFICATIONAGENT_H - -#include -#include "sappeer.h" -#include "sapmanager.h" -#include "sapagent.h" - -class NotificationAgent : public QObject, public SAPAgent -{ - Q_OBJECT - - explicit NotificationAgent(QObject *parent = 0); - -public: - static NotificationAgent * instance(); - static void registerServices(SAPManager *manager); - - void peerFound(SAPPeer *peer); - void requestConnection(SAPConnectionRequest *request); - -private: - SAPPeer *_peer; - SAPSocket *_socket; -}; - -#endif // NOTIFICATIONAGENT_H -- cgit v1.2.3