diff options
author | deva <deva> | 2006-03-07 10:37:59 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-07 10:37:59 +0000 |
commit | 1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch) | |
tree | fd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/cprlisten.h | |
parent | 19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff) |
*** empty log message ***
Diffstat (limited to 'client/cprlisten.h')
-rw-r--r-- | client/cprlisten.h | 5 |
1 files changed, 1 insertions, 4 deletions
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; |