From fbe6cccd326d6e3f3d87fa46a3dcf5a02c68cf4b Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 4 Feb 2015 12:01:43 +0100 Subject: [PATCH] use new file name (icmppaKetdistributor --> icmppacCKetdistributor) in includes and macros --- src/icmp/icmppacketdistributor.cpp | 2 +- src/icmp/icmppacketdistributor.h | 6 +++--- src/icmp/icmppinger.h | 2 +- src/main.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/icmp/icmppacketdistributor.cpp b/src/icmp/icmppacketdistributor.cpp index bfa090d..7850305 100644 --- a/src/icmp/icmppacketdistributor.cpp +++ b/src/icmp/icmppacketdistributor.cpp @@ -20,7 +20,7 @@ Christian Herdtweck, Intra2net AG 2015 */ -#include "icmppaketdistributor.h" +#include "icmppacketdistributor.h" #include #include diff --git a/src/icmp/icmppacketdistributor.h b/src/icmp/icmppacketdistributor.h index af475b2..0147cc1 100644 --- a/src/icmp/icmppacketdistributor.h +++ b/src/icmp/icmppacketdistributor.h @@ -20,8 +20,8 @@ Christian Herdtweck, Intra2net AG 2015 */ -#ifndef ICMP_PAKET_DISTRIBUTOR_H -#define ICMP_PAKET_DISTRIBUTOR_H +#ifndef ICMP_PACKET_DISTRIBUTOR_H +#define ICMP_PACKET_DISTRIBUTOR_H #include #include @@ -113,7 +113,7 @@ private: }; -#endif // ICMP_PAKET_DISTRIBUTOR_H +#endif // ICMP_PACKET_DISTRIBUTOR_H // (created using vim -- the world's best text editor) diff --git a/src/icmp/icmppinger.h b/src/icmp/icmppinger.h index d9b0026..b6d0c9e 100644 --- a/src/icmp/icmppinger.h +++ b/src/icmp/icmppinger.h @@ -19,7 +19,7 @@ #include "host/pinger.h" #include "host/pingstatus.h" #include "icmp/icmppacket.h" -#include "icmp/icmppaketdistributor.h" +#include "icmp/icmppacketdistributor.h" class IcmpPinger; typedef boost::shared_ptr IcmpPingerItem; diff --git a/src/main.cpp b/src/main.cpp index 6c5f4b1..2cfdb90 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,7 +41,7 @@ on this file might be covered by the GNU General Public License. #include "host/pingerfactory.h" #include "host/pingprotocol.h" #include "host/pingscheduler.h" -#include "icmp/icmppaketdistributor.h" +#include "icmp/icmppacketdistributor.h" using namespace std; -- 1.7.1