summaryrefslogtreecommitdiff
path: root/client/cprlisten.h
diff options
context:
space:
mode:
authordeva <deva>2006-03-07 10:37:59 +0000
committerdeva <deva>2006-03-07 10:37:59 +0000
commit1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch)
treefd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/cprlisten.h
parent19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff)
*** empty log message ***
Diffstat (limited to 'client/cprlisten.h')
-rw-r--r--client/cprlisten.h5
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;