summaryrefslogtreecommitdiff
path: root/musicagent.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-01-01 22:05:42 +0100
committerJavier <dev.git@javispedro.com>2016-01-01 22:05:42 +0100
commita45977185a485624095bff1a15024e9199eee676 (patch)
tree6cc57d085bdd01e493477c870dbe0548137998e1 /musicagent.h
parenta24034bdfea259cdc09c74217be75d4f9de0dce5 (diff)
downloadsapd-a45977185a485624095bff1a15024e9199eee676.tar.gz
sapd-a45977185a485624095bff1a15024e9199eee676.zip
reorganize source files into SAP and agents
Diffstat (limited to 'musicagent.h')
-rw-r--r--musicagent.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/musicagent.h b/musicagent.h
deleted file mode 100644
index 32121d4..0000000
--- a/musicagent.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef MUSICAGENT_H
-#define MUSICAGENT_H
-
-#include <QtCore/QObject>
-#include "sappeer.h"
-#include "sapmanager.h"
-#include "sapagent.h"
-
-class MusicAgent : public QObject, public SAPAgent
-{
-public:
- explicit MusicAgent(QObject *parent = 0);
-
-public:
- static MusicAgent * instance();
- static void registerServices(SAPManager *manager);
-
- void peerFound(SAPPeer *peer);
- void requestConnection(SAPConnectionRequest *request);
-
-private:
- SAPPeer *_peer;
- SAPSocket *_socket;
-};
-
-#endif // MUSICAGENT_H