From: Guilherme Maciel Ferreira Date: Sat, 25 Feb 2012 16:06:21 +0000 (-0200) Subject: Added PingProtocolList type. X-Git-Tag: v1.5~1^2~32 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=84728ce9a409d56b2f5c02f19195e04406bae68f;p=pingcheck Added PingProtocolList type. --- diff --git a/src/host/pingprotocol.h b/src/host/pingprotocol.h index cd7eed0..2e0bda1 100644 --- a/src/host/pingprotocol.h +++ b/src/host/pingprotocol.h @@ -21,8 +21,13 @@ #ifndef PING_PROTOCOL_H #define PING_PROTOCOL_H +#include #include +//----------------------------------------------------------------------------- +// PingProtocol +//----------------------------------------------------------------------------- + enum PingProtocol { PingProtocol_First = 0, @@ -35,4 +40,10 @@ enum PingProtocol PingProtocol get_ping_protocol_from_string( const std::string & protocol_string ); +//----------------------------------------------------------------------------- +// PingProtocolList +//----------------------------------------------------------------------------- + +typedef std::list PingProtocolList; + #endif // PING_PROTOCOL_H