aboutsummaryrefslogtreecommitdiff
path: root/src/tests/httpsrv/httpconnectionmonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/httpsrv/httpconnectionmonitor.h')
-rw-r--r--src/tests/httpsrv/httpconnectionmonitor.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/tests/httpsrv/httpconnectionmonitor.h b/src/tests/httpsrv/httpconnectionmonitor.h
deleted file mode 100644
index 30c0afd..0000000
--- a/src/tests/httpsrv/httpconnectionmonitor.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef HTTPCONNECTIONMONITOR_H
2#define HTTPCONNECTIONMONITOR_H
3
4#include "connectionmonitor.h"
5
6class HttpConnectionMonitor : public ConnectionMonitor
7{
8public:
9 HttpConnectionMonitor();
10 ~HttpConnectionMonitor();
11
12 bool onNewConnection( Connection *pCon, int nPort );
13 bool onClosedConnection( Connection *pCon );
14};
15
16#endif