Aesthetic change to header files according to the project standard
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 11 Mar 2011 09:48:39 +0000 (10:48 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 11 Mar 2011 10:03:59 +0000 (11:03 +0100)
src/icmp/icmpheader.h
src/icmp/ipv4header.h

index ae354d3..3f88983 100644 (file)
@@ -80,6 +80,7 @@ private:
     uint16_t decode( int a, int b ) const;
     void encode( int a, int b, uint16_t n );
 
+private:
     uint8_t Rep[ 8 ];
 
 };
index 8132b6b..625531d 100644 (file)
@@ -72,7 +72,9 @@ public:
 private:
     uint16_t decode( int a, int b ) const;
 
+private:
     uint8_t Rep[ 60 ];
+
 };
 
 #endif // IPV4_HEADER_H