summaryrefslogtreecommitdiffstats
path: root/src/Net/Connection.h
diff options
context:
space:
mode:
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 {