From: Christian Herdtweck Date: Wed, 4 Feb 2015 11:01:43 +0000 (+0100) Subject: use new file name (icmppaKetdistributor --> icmppacCKetdistributor) in includes and... X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=fbe6cccd326d6e3f3d87fa46a3dcf5a02c68cf4b;p=pingcheck use new file name (icmppaKetdistributor --> icmppacCKetdistributor) in includes and macros --- 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;