summaryrefslogtreecommitdiffstats
path: root/src/Net/Connection.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-20 18:18:37 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-20 18:18:37 +0200
commit4bbe42a77b6782fd6889e673c10316f7e668eae8 (patch)
tree61509c698ee65e115abf69a8d5df197da97f9595 /src/Net/Connection.h
parent9ad913e5f181269050f0e10dac9589ac18733c31 (diff)
downloadmad-4bbe42a77b6782fd6889e673c10316f7e668eae8.tar
mad-4bbe42a77b6782fd6889e673c10316f7e668eae8.zip
Listener Thread-sicher gemacht
Diffstat (limited to 'src/Net/Connection.h')
-rw-r--r--src/Net/Connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Net/Connection.h b/src/Net/Connection.h
index 625fc94..6678bd9 100644
--- a/src/Net/Connection.h
+++ b/src/Net/Connection.h
@@ -34,10 +34,12 @@
namespace Mad {
namespace Net {
+class Listener;
class ThreadManager;
class Connection : boost::noncopyable {
protected:
+ friend class Listener;
friend class ThreadManager;
enum State {