Fixed cleanup issue - the previous version had kind of a resource leak.

This commit is contained in:
lotodore
2009-01-31 22:20:08 +00:00
parent 3f8d3c8d55
commit c998edf219
6 changed files with 66 additions and 28 deletions
+2
View File
@@ -36,6 +36,8 @@ public:
virtual void Send(boost::shared_ptr<SessionData> session, boost::shared_ptr<NetPacket> packet) = 0;
virtual void Send(boost::shared_ptr<SessionData> session, const NetPacketList &packetList) = 0;
virtual void SignalSessionTerminated(unsigned sessionId) = 0;
};
#endif