Fixed cleanup issue - the previous version had kind of a resource leak.
This commit is contained in:
@@ -87,6 +87,8 @@ public:
|
||||
ServerStats GetStats() const;
|
||||
boost::posix_time::ptime GetStartTime() const;
|
||||
|
||||
SenderInterface &GetSender();
|
||||
|
||||
protected:
|
||||
|
||||
typedef std::deque<boost::shared_ptr<ConnectData> > ConnectQueue;
|
||||
|
||||
Reference in New Issue
Block a user