summaryrefslogtreecommitdiff
path: root/webproxyagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'webproxyagent.h')
-rw-r--r--webproxyagent.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/webproxyagent.h b/webproxyagent.h
deleted file mode 100644
index e3e7329..0000000
--- a/webproxyagent.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef WEBPROXYAGENT_H
-#define WEBPROXYAGENT_H
-
-#include <QtCore/QObject>
-#include "sappeer.h"
-#include "sapmanager.h"
-#include "sapagent.h"
-
-class WebProxyAgent : public QObject, public SAPAgent
-{
- Q_OBJECT
-
- explicit WebProxyAgent(QObject *parent = 0);
-
-public:
- static WebProxyAgent * instance();
- static void registerServices(SAPManager *manager);
-
- void peerFound(SAPPeer *peer);
- void requestConnection(SAPConnectionRequest *request);
-
-private:
- SAPPeer *_peer;
- SAPSocket *_socket;
-};
-
-#endif // WEBPROXYAGENT_H