Create I/O service object in sender thread.

This commit is contained in:
lotodore
2009-01-26 20:57:39 +00:00
parent 7d1021cde7
commit e0ff6db98e
6 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ private:
const boost::posix_time::ptime m_startTime;
boost::asio::io_service m_ioService;
boost::shared_ptr<boost::asio::io_service> m_ioService;
};
#endif