use new file name (icmppaKetdistributor --> icmppacCKetdistributor) in includes and...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 4 Feb 2015 11:01:43 +0000 (12:01 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 4 Feb 2015 11:01:43 +0000 (12:01 +0100)
src/icmp/icmppacketdistributor.cpp
src/icmp/icmppacketdistributor.h
src/icmp/icmppinger.h
src/main.cpp

index bfa090d..7850305 100644 (file)
@@ -20,7 +20,7 @@
  Christian Herdtweck, Intra2net AG 2015
  */
 
-#include "icmppaketdistributor.h"
+#include "icmppacketdistributor.h"
 
 #include <istream>
 #include <errno.h>
index af475b2..0147cc1 100644 (file)
@@ -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 <set>
 #include <map>
@@ -113,7 +113,7 @@ private:
 };
 
 
-#endif  // ICMP_PAKET_DISTRIBUTOR_H
+#endif  // ICMP_PACKET_DISTRIBUTOR_H
 
 // (created using vim -- the world's best text editor)
 
index d9b0026..b6d0c9e 100644 (file)
@@ -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<IcmpPinger> IcmpPingerItem;
index 6c5f4b1..2cfdb90 100644 (file)
@@ -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;