From 1390ddfe6afe41dba141f8170f9b277573ebe8cd Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 7 Mar 2006 10:37:59 +0000 Subject: *** empty log message *** --- client/cprlisten.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/cprlisten.h') diff --git a/client/cprlisten.h b/client/cprlisten.h index 012fe4c..22cc742 100644 --- a/client/cprlisten.h +++ b/client/cprlisten.h @@ -34,11 +34,10 @@ #include "mutex.h" #include "aa_socket.h" -#include "info.h" class CPRListen: public Thread { public: - CPRListen(Info *info, unsigned short port); + CPRListen(unsigned short port); ~CPRListen(); bool cprChanged(); @@ -48,8 +47,6 @@ public: void stop(); // Stops the call to listen private: - Info *info; - volatile bool running; AASocket *socket; -- cgit v1.2.3