From 84728ce9a409d56b2f5c02f19195e04406bae68f Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sat, 25 Feb 2012 14:06:21 -0200 Subject: [PATCH] Added PingProtocolList type. --- src/host/pingprotocol.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) 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 -- 1.7.1