summaryrefslogtreecommitdiffstats
path: root/src/Common/Connection.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-06-02 22:50:28 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-06-02 22:50:28 +0200
commitf79a215fce13d86a495b6741aae0827ccce43757 (patch)
treeb7a6f61a6ab45cff81e1d7aedb248be56ad2ed7a /src/Common/Connection.h
parent95f2a6b40f5e9dc27be6609d3f7018b3342c4182 (diff)
downloadmad-f79a215fce13d86a495b6741aae0827ccce43757.tar
mad-f79a215fce13d86a495b6741aae0827ccce43757.zip
Net-Namespace auf die neue Signal-Implementierung umgebaut
Diffstat (limited to 'src/Common/Connection.h')
-rw-r--r--src/Common/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Connection.h b/src/Common/Connection.h
index 0dd2f2e..b794a88 100644
--- a/src/Common/Connection.h
+++ b/src/Common/Connection.h
@@ -44,7 +44,7 @@ class Connection : private boost::noncopyable {
protected:
Connection() : authenticated(0) {}
- void receive(const Net::Packet &packet);
+ void receive(boost::shared_ptr<Net::Packet> packet);
virtual bool send(const Net::Packet &packet) = 0;