The method BoostPinger::get_identifier() is not static anymore, this allows to have...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 28 Feb 2011 10:49:31 +0000 (11:49 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 28 Feb 2011 10:49:31 +0000 (11:49 +0100)
src/ping/boostpinger.h

index ac592a9..b4a1e40 100644 (file)
@@ -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;