From cbe575f21ab008182b5771b691ec4c93c5b2b87a Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 10 Jan 2006 11:18:50 +0000 Subject: *** empty log message *** --- src/cprlisten.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cprlisten.h') diff --git a/src/cprlisten.h b/src/cprlisten.h index 5808aec..012fe4c 100644 --- a/src/cprlisten.h +++ b/src/cprlisten.h @@ -34,10 +34,11 @@ #include "mutex.h" #include "aa_socket.h" +#include "info.h" class CPRListen: public Thread { public: - CPRListen(unsigned short port); + CPRListen(Info *info, unsigned short port); ~CPRListen(); bool cprChanged(); @@ -47,6 +48,7 @@ public: void stop(); // Stops the call to listen private: + Info *info; volatile bool running; AASocket *socket; -- cgit v1.2.3