From: Guilherme Maciel Ferreira Date: Fri, 21 Oct 2011 00:57:15 +0000 (-0200) Subject: Updated classes comments X-Git-Tag: v1.2~55 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=5a79c8e57bee8a729804f038269808017fd56142;p=pingcheck Updated classes comments --- diff --git a/src/icmp/icmpv4header.h b/src/icmp/icmpv4header.h index 5e07ce4..ceed935 100644 --- a/src/icmp/icmpv4header.h +++ b/src/icmp/icmpv4header.h @@ -22,7 +22,7 @@ //----------------------------------------------------------------------------- /** - * @brief This class represents the ICMP version 4 Packet Header. + * @brief This class represents the ICMP version 4 Header. * * The ICMP Generic Header Format is: * diff --git a/src/icmp/icmpv4packet.h b/src/icmp/icmpv4packet.h index 26fa9be..dbb6eed 100644 --- a/src/icmp/icmpv4packet.h +++ b/src/icmp/icmpv4packet.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef ICMPV4PACKET_H -#define ICMPV4PACKET_H +#ifndef ICMPV4_PACKET_H +#define ICMPV4_PACKET_H #include @@ -24,7 +24,7 @@ //----------------------------------------------------------------------------- /** - * @brief This class represents the ICMP Packet. + * @brief This class represents the ICMP version 4 Packet. * * The ICMP Packet format is: * @@ -104,4 +104,4 @@ private: IcmpData IcmpPayloadData; }; -#endif // ICMPV4PACKET_H +#endif // ICMPV4_PACKET_H diff --git a/src/ip/pseudoipv4header.h b/src/ip/pseudoipv4header.h index 6238059..4dd00cf 100644 --- a/src/ip/pseudoipv4header.h +++ b/src/ip/pseudoipv4header.h @@ -63,4 +63,4 @@ public: uint16_t header_length; }; -#endif /* PSEUDO_IPV4_HEADER_H */ +#endif // PSEUDO_IPV4_HEADER_H