From: Guilherme Maciel Ferreira Date: Mon, 28 Feb 2011 10:49:31 +0000 (+0100) Subject: The method BoostPinger::get_identifier() is not static anymore, this allows to have... X-Git-Tag: v1.0~173 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6f0b4b8b570613bcc4e369c39aa39293fe5d0385;p=pingcheck The method BoostPinger::get_identifier() is not static anymore, this allows to have more than one BoostPinger object at the same time --- diff --git a/src/ping/boostpinger.h b/src/ping/boostpinger.h index ac592a9..b4a1e40 100644 --- a/src/ping/boostpinger.h +++ b/src/ping/boostpinger.h @@ -29,7 +29,7 @@ private: void start_receive(); void handle_receive( const std::size_t &length ); - static uint16_t get_identifier(); + uint16_t get_identifier(); private: boost::asio::io_service &io_service;