Christian Herdtweck, Intra2net AG 2015
*/
-#include "icmppaketdistributor.h"
+#include "icmppacketdistributor.h"
#include <istream>
#include <errno.h>
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>
};
-#endif // ICMP_PAKET_DISTRIBUTOR_H
+#endif // ICMP_PACKET_DISTRIBUTOR_H
// (created using vim -- the world's best text editor)
#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;
#include "host/pingerfactory.h"
#include "host/pingprotocol.h"
#include "host/pingscheduler.h"
-#include "icmp/icmppaketdistributor.h"
+#include "icmp/icmppacketdistributor.h"
using namespace std;