Cleanups.

This commit is contained in:
JoelKatz
2012-08-08 23:08:24 -07:00
parent be17a3866f
commit 4e99d8d7bd
2 changed files with 8 additions and 12 deletions

View File

@@ -21,14 +21,10 @@ public:
class SNTPClient
{
public:
typedef boost::shared_ptr<SNTPClient> pointer;
protected:
std::map<boost::asio::ip::udp::endpoint, SNTPQuery> mQueries;
boost::mutex mLock;
boost::asio::io_service& mIOService;
boost::asio::ip::udp::socket mSocket;
boost::asio::deadline_timer mTimer;
boost::asio::ip::udp::resolver mResolver;