diff options
Diffstat (limited to 'src/test/httpsrv/httpconnectionmonitor.h')
-rw-r--r-- | src/test/httpsrv/httpconnectionmonitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/httpsrv/httpconnectionmonitor.h b/src/test/httpsrv/httpconnectionmonitor.h index 63f29e4..30c0afd 100644 --- a/src/test/httpsrv/httpconnectionmonitor.h +++ b/src/test/httpsrv/httpconnectionmonitor.h | |||
@@ -9,7 +9,7 @@ public: | |||
9 | HttpConnectionMonitor(); | 9 | HttpConnectionMonitor(); |
10 | ~HttpConnectionMonitor(); | 10 | ~HttpConnectionMonitor(); |
11 | 11 | ||
12 | bool onNewConnection( Connection *pCon ); | 12 | bool onNewConnection( Connection *pCon, int nPort ); |
13 | bool onClosedConnection( Connection *pCon ); | 13 | bool onClosedConnection( Connection *pCon ); |
14 | }; | 14 | }; |
15 | 15 | ||